Fix sidebar responsivity (#453)

* navbar height fix. has to be cleaned up
* use parent height for tree
* cleanups
This commit is contained in:
ftibi93
2024-11-01 10:41:23 +01:00
committed by GitHub
parent 4f1a97ceb9
commit e064e58f79
4 changed files with 17 additions and 5 deletions
@@ -18,6 +18,16 @@
}
}
.sectionPages {
margin-bottom: 0;
overflow-y: hidden;
.pages {
height: 100%;
padding-bottom: 26px;
}
}
.menuItems {
padding-left: calc(var(--mantine-spacing-md) - var(--mantine-spacing-xs));
padding-right: calc(var(--mantine-spacing-md) - var(--mantine-spacing-xs));