Update the values of z-index after Amanda overhaul [SCI-8347]

Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
sboursen-scinote 2023-05-23 23:26:32 +02:00
parent 61f19df51f
commit 118cf1fe81
2 changed files with 4 additions and 6 deletions

View file

@ -28,7 +28,7 @@
.dropdown {
.dropdown-menu {
z-index: 100;
z-index: 9;
}
}
}

View file

@ -81,10 +81,8 @@
}
}
.content-pane {
.dropdown {
.dropdown-menu {
z-index: 100;
}
#results-toolbar {
.dropdown-menu {
z-index: 9;
}
}