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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user