mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-16 21:46:30 +00:00
Merge pull request #740 from Stremio/fix/nav-menu-height
fix: nav-menu height
This commit is contained in:
commit
37310aadef
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue