mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #643 from Stremio/fix-modals-overflow-scroll-issue
fix: modal-dialog scroll-overflow issue
This commit is contained in:
commit
911059b287
2 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@
|
||||||
.filters-modal-content {
|
.filters-modal-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: visible;
|
overflow: visible !important;
|
||||||
|
|
||||||
.select-input-container {
|
.select-input-container {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
.selectable-inputs-modal-content {
|
.selectable-inputs-modal-content {
|
||||||
overflow: visible;
|
overflow: visible !important;
|
||||||
|
|
||||||
.select-input {
|
.select-input {
|
||||||
height: 3.5rem;
|
height: 3.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue