mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Add scrollbars to filters dropdown [SCI-6085]
This commit is contained in:
parent
5960582105
commit
f7d1541e01
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