[FIX] oqtane#5164 – Raise z‑index for .app‑moduleactions .dropdown‑menu to 9999

This commit is contained in:
Cody
2025-07-14 17:09:24 -07:00
committed by GitHub
parent 5a24f87293
commit 9690f1df48

View File

@ -76,7 +76,7 @@ app {
}
.app-moduleactions .dropdown-menu {
z-index: 9000;
z-index: 9999;
}
.app-moduleactions .dropdown-submenu {