mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
fix(MainNavBars): limit content scroll on mobile to not go under bottom nav bar
This commit is contained in:
parent
c5c7805d91
commit
bf37815d14
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
.main-nav-bars-container {
|
||||
.nav-content-container {
|
||||
left: 0;
|
||||
padding-bottom: var(--vertical-nav-bar-size);
|
||||
bottom: var(--vertical-nav-bar-size);
|
||||
}
|
||||
|
||||
.vertical-nav-bar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue