fix: nav-menu height

This commit is contained in:
Timothy Z. 2024-12-11 11:23:55 +02:00
parent 03ee936e86
commit 58ff80f4f2

View file

@ -14,7 +14,7 @@
}
.nav-menu-container {
width: 22rem;
max-height: calc(100vh - var(--horizontal-nav-bar-size));
max-height: calc(100vh - var(--horizontal-nav-bar-size) - 1rem);
overflow-y: auto;
border-radius: var(--border-radius);
background-color: var(--modal-background-color);