fix: update Content and ProductDetailPage components for improved UI and functionality
- Added pointerEvents: 'none' to the Content component's Box for better interaction handling. - Adjusted spacing in the ProductDetailPage's Stack component for a more consistent layout. - Enhanced disabled Chip styling in ProductDetailPage to improve visibility and user experience.
This commit is contained in:
@@ -545,7 +545,8 @@ class Content extends Component {
|
||||
height: 32,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center'
|
||||
justifyContent: 'center',
|
||||
pointerEvents: 'none'
|
||||
}}>
|
||||
<KeyboardArrowUpIcon sx={{ color: 'white', fontSize: '1.2rem' }} />
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user