mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +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
|
// New experiments page
|
||||||
|
|
||||||
.projects-show {
|
.projects-show {
|
||||||
|
.experiments-filters {
|
||||||
|
max-height: calc(100vh - var(--navbar-height) - var(--content-header-size));
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
.experiment-actions-menu {
|
.experiment-actions-menu {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
a,
|
a,
|
||||||
|
|
Loading…
Reference in a new issue