Merge pull request #1315 from RishistavRay/feat/aside-viewport-height

Fix Sidebar height to occupy viewport height
This commit is contained in:
Alexander Holliday
2024-12-09 19:45:03 -08:00
committed by GitHub
+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 ? (