mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(MainNavBars): limit the content scroll area to not include navbar
This commit is contained in:
parent
7b0c013dc0
commit
039676afb5
1 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,7 @@
|
|||
|
||||
.nav-content-container {
|
||||
position: absolute;
|
||||
padding-top: calc(var(--horizontal-nav-bar-size) + var(--safe-area-inset-top));
|
||||
top: 0;
|
||||
top: calc(var(--horizontal-nav-bar-size) + var(--safe-area-inset-top));
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: var(--vertical-nav-bar-size);
|
||||
|
|
|
|||
Loading…
Reference in a new issue