mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Update the values of z-index after Amanda overhaul [SCI-8347]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
parent
61f19df51f
commit
118cf1fe81
2 changed files with 4 additions and 6 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
.dropdown {
|
||||
.dropdown-menu {
|
||||
z-index: 100;
|
||||
z-index: 9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -81,10 +81,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.content-pane {
|
||||
.dropdown {
|
||||
.dropdown-menu {
|
||||
z-index: 100;
|
||||
}
|
||||
#results-toolbar {
|
||||
.dropdown-menu {
|
||||
z-index: 9;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue