mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
fix: overflow on the container filter addons
This commit is contained in:
parent
303d26e49b
commit
c2dc381776
1 changed files with 4 additions and 0 deletions
|
|
@ -155,6 +155,10 @@
|
|||
.select-input-container {
|
||||
height: 3rem;
|
||||
|
||||
.multiselect-menu-container {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue