Merge pull request #643 from Stremio/fix-modals-overflow-scroll-issue

fix: modal-dialog scroll-overflow issue
This commit is contained in:
Tim 2024-05-17 08:35:29 +02:00 committed by GitHub
commit 911059b287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@
.filters-modal-content {
display: flex;
flex-direction: column;
overflow: visible;
overflow: visible !important;
.select-input-container {
height: 3rem;

View file

@ -217,7 +217,7 @@
overflow: visible;
.selectable-inputs-modal-content {
overflow: visible;
overflow: visible !important;
.select-input {
height: 3.5rem;