[FIX] #5164 ‑ Set z‑index for .dropdown‑menu in .app‑moduleactions

This commit is contained in:
Cody
2025-07-14 17:07:39 -07:00
committed by GitHub
parent d2ff49fe73
commit 5a24f87293

View File

@ -75,6 +75,10 @@ app {
color: gray;
}
.app-moduleactions .dropdown-menu {
z-index: 9000;
}
.app-moduleactions .dropdown-submenu {
position: relative;
}
@ -281,4 +285,4 @@ app {
.gdpr-consent-bar .btn-hide{
top: 0;
right: 5px;
}
}