From 5a24f872935f07316f479f593360cb7de6be5c6c Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 14 Jul 2025 17:07:39 -0700 Subject: [PATCH] =?UTF-8?q?[FIX]=20#5164=C2=A0=E2=80=91=20Set=20z=E2=80=91?= =?UTF-8?q?index=20for=20.dropdown=E2=80=91menu=20in=20.app=E2=80=91module?= =?UTF-8?q?actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Oqtane.Server/wwwroot/css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Oqtane.Server/wwwroot/css/app.css b/Oqtane.Server/wwwroot/css/app.css index 0b13a837..c7eec5f5 100644 --- a/Oqtane.Server/wwwroot/css/app.css +++ b/Oqtane.Server/wwwroot/css/app.css @@ -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; -} \ No newline at end of file +}