Merge pull request #3625 from aignatov-bio/ai-sci-6085-add-scrollbar-to-filters-dropdown

Add scrollbars to filters dropdown [SCI-6085]
This commit is contained in:
Alex Kriuchykhin 2021-11-08 21:03:01 +01:00 committed by GitHub
commit 542d432581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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