Fix Sidebar height to occupy viewport height

This commit is contained in:
Rishistav
2024-12-09 16:31:36 -05:00
parent 97b565a6ad
commit 1622e48fc0
+5 -1
View File
@@ -262,7 +262,11 @@ function Sidebar() {
Menu
</ListSubheader>
}
sx={{ px: theme.spacing(6) }}
sx={{
px: theme.spacing(6),
height: "100%",
overflow: "hidden"
}}
>
{menu.map((item) =>
item.path ? (