Merge pull request #740 from Stremio/fix/nav-menu-height

fix: nav-menu height
This commit is contained in:
Tim 2024-12-12 12:06:57 +01:00 committed by GitHub
commit 37310aadef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);