Add scrollbars to filters dropdown [SCI-6085]

This commit is contained in:
Anton 2021-11-02 12:18:00 +01:00
parent 5960582105
commit f7d1541e01

View file

@ -73,6 +73,8 @@
.filters-list { .filters-list {
border-top: $border-tertiary; border-top: $border-tertiary;
max-height: calc(100vh - 300px);
overflow-y: auto;
} }
.footer { .footer {
@ -93,6 +95,8 @@
} }
.saved-filters-list { .saved-filters-list {
max-height: calc(100vh - 300px);
overflow-y: auto;
padding: 0 1em; padding: 0 1em;
} }