mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
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:
parent
6b020f1316
commit
34032d54a2
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
width: 36px;
|
||||
|
||||
.dropdown-menu {
|
||||
z-index: 9;
|
||||
|
||||
a,
|
||||
button {
|
||||
@include font-button;
|
||||
|
|
|
@ -757,6 +757,10 @@ li.module-hover {
|
|||
right: .2em;
|
||||
top: .2em;
|
||||
|
||||
.dropdown-menu {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.project-actions-menu {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
|
|
Loading…
Reference in a new issue