mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: hide overflow on nav-content-container
This commit is contained in:
parent
1347bb3084
commit
5eb173a3df
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
bottom: 0;
|
||||
left: var(--vertical-nav-bar-size);
|
||||
z-index: 0;
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue