mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue