mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-30 23:18:47 +00:00
board scroll bar shown if needed
This commit is contained in:
parent
ee6f135bf6
commit
c5af1c5d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
.continue-watching-row, .search-row {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue