refactor: Update layout and styling in various components for improved responsiveness and visual consistency on mobile; adjust zIndex and position properties, and enhance navigation handling in ProductDetailPage

This commit is contained in:
sebseb7
2026-03-26 14:59:11 +01:00
parent d37eb950d1
commit c6ea6e70fe
4 changed files with 39 additions and 18 deletions

View File

@@ -701,7 +701,7 @@ class Content extends Component {
minHeight: { xs: 'min-content', sm: '100%' }
}}>
<Box >
<Box sx={{ overflow: 'visible', minWidth: 0 }}>
<ProductFilters
products={this.state.unfilteredProducts}