mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Fixed max height calculation on mobile
This commit is contained in:
parent
173e58467e
commit
40626ecb78
1 changed files with 4 additions and 0 deletions
|
|
@ -113,5 +113,9 @@
|
|||
@media only screen and (max-width: @minimum) {
|
||||
.nav-menu-container {
|
||||
max-height: calc(100vh - var(--horizontal-nav-bar-size) - var(--vertical-nav-bar-size) - 1rem);
|
||||
|
||||
&.with-warning {
|
||||
max-height: calc(100vh - var(--horizontal-nav-bar-size) - var(--vertical-nav-bar-size) - 8.5rem);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue