From 9690f1df484f189c67795c117b7c27ea629b2ddc Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 14 Jul 2025 17:09:24 -0700 Subject: [PATCH] =?UTF-8?q?[FIX]=20oqtane#5164=20=E2=80=93=20Raise=20z?= =?UTF-8?q?=E2=80=91index=20for=20.app=E2=80=91moduleactions=20.dropdown?= =?UTF-8?q?=E2=80=91menu=20to=209999?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Oqtane.Server/wwwroot/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Server/wwwroot/css/app.css b/Oqtane.Server/wwwroot/css/app.css index c7eec5f5..00461f64 100644 --- a/Oqtane.Server/wwwroot/css/app.css +++ b/Oqtane.Server/wwwroot/css/app.css @@ -76,7 +76,7 @@ app { } .app-moduleactions .dropdown-menu { - z-index: 9000; + z-index: 9999; } .app-moduleactions .dropdown-submenu {