mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
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:
commit
542d432581
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue