Fix dropdown menu z-index in experiments and projects pages [SCI-8449]

Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
sboursen-scinote 2023-05-24 01:37:09 +02:00
parent 6b020f1316
commit 34032d54a2
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,8 @@
width: 36px;
.dropdown-menu {
z-index: 9;
a,
button {
@include font-button;

View file

@ -757,6 +757,10 @@ li.module-hover {
right: .2em;
top: .2em;
.dropdown-menu {
z-index: 9;
}
.project-actions-menu {
height: 36px;
width: 36px;