[FIX] #5164 ‑ Set z‑index for .dropdown‑menu in .app‑moduleactions
This commit is contained in:
@@ -75,6 +75,10 @@ app {
|
|||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-moduleactions .dropdown-menu {
|
||||||
|
z-index: 9000;
|
||||||
|
}
|
||||||
|
|
||||||
.app-moduleactions .dropdown-submenu {
|
.app-moduleactions .dropdown-submenu {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -281,4 +285,4 @@ app {
|
|||||||
.gdpr-consent-bar .btn-hide{
|
.gdpr-consent-bar .btn-hide{
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user