mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-12 12:29:20 -06:00
Fix: Profile Sidemenu Overflows
This commit is contained in:
@@ -307,6 +307,7 @@ function Sidebar() {
|
||||
sx={{
|
||||
flexGrow: 1,
|
||||
overflow: 'auto',
|
||||
overflowX: 'hidden',
|
||||
'&::-webkit-scrollbar': {
|
||||
width: theme.spacing(2),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user