Skip to content

Commit f2a43a4

Browse files
committed
Fix overflow for table filters
1 parent 94abf19 commit f2a43a4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/web/styles/project/_modals.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,12 @@ $side-width: 750px;
212212
}
213213
}
214214
@include media-breakpoint-down(lg) {
215-
.inline-modal-open {
216-
overflow: hidden;
215+
.inline-modal__list {
216+
max-height: none;
217217
}
218218
.inline-modal, .inline-modal.table-filter {
219219
position: fixed;
220+
overflow-y: auto;
220221
top: 0;
221222
left: 0;
222223
right: 0;

0 commit comments

Comments
 (0)