Skip to content

Commit

Permalink
Merge pull request Stremio#643 from Stremio/fix-modals-overflow-scrol…
Browse files Browse the repository at this point in the history
…l-issue

fix: modal-dialog scroll-overflow issue
  • Loading branch information
tymmesyde authored May 17, 2024
2 parents 2325638 + 5d32af0 commit 911059b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/Addons/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
.filters-modal-content {
display: flex;
flex-direction: column;
overflow: visible;
overflow: visible !important;

.select-input-container {
height: 3rem;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/Discover/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
overflow: visible;

.selectable-inputs-modal-content {
overflow: visible;
overflow: visible !important;

.select-input {
height: 3.5rem;
Expand Down

0 comments on commit 911059b

Please sign in to comment.