Fix: Profile Sidemenu Overflows

This commit is contained in:
Aryaman Kumar Sharma
2025-02-13 23:01:16 +05:30
parent 6320a22fd6
commit b93165e8d8

View File

@@ -307,6 +307,7 @@ function Sidebar() {
sx={{
flexGrow: 1,
overflow: 'auto',
overflowX: 'hidden',
'&::-webkit-scrollbar': {
width: theme.spacing(2),
},