mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Add scrollbar to filter dropdown on experement page [SCI-5472]
This commit is contained in:
parent
3ebacd90fe
commit
e02136e664
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
// New experiments page
|
||||
|
||||
.projects-show {
|
||||
.experiments-filters {
|
||||
max-height: calc(100vh - var(--navbar-height) - var(--content-header-size));
|
||||
overflow: auto;
|
||||
}
|
||||
.experiment-actions-menu {
|
||||
.dropdown-menu {
|
||||
a,
|
||||
|
|
Loading…
Reference in a new issue