fix: modaldialog scroll-overflow issue

This commit is contained in:
Timothy Z. 2024-05-16 15:33:41 +03:00
parent 23256386cc
commit 5d32af012f
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;