mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42: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 {
|
.nav-content-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-top: calc(var(--horizontal-nav-bar-size) + var(--safe-area-inset-top));
|
top: calc(var(--horizontal-nav-bar-size) + var(--safe-area-inset-top));
|
||||||
top: 0;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: var(--vertical-nav-bar-size);
|
left: var(--vertical-nav-bar-size);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue