mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: dropdown scroll
This commit is contained in:
parent
024df8eeec
commit
67aeed6005
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
&.open {
|
||||
display: block;
|
||||
max-height: 50vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.back-button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue