debug scroll of sidebar

This commit is contained in:
2024-07-13 16:48:40 +03:30
parent e866318d2a
commit be19d4c2b5
2 changed files with 10 additions and 8 deletions

View File

@@ -113,7 +113,7 @@ const SidebarMenu = () => {
return (
userPermissions && (
<List disablePadding dense>
<List sx={{ overflow: "auto" }} disablePadding dense>
{menuItems.map((menuItem) => {
return <SidebarListItems dispatch={dispatch} key={menuItem.id} menuItem={menuItem} />;
})}