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

This commit is contained in:
Cody
2025-07-14 17:10:07 -07:00
committed by GitHub
parent 9690f1df48
commit 948fab50ee

View File

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