From 1e71c631ae5af89dfe01adf7eeee570e7aba28f6 Mon Sep 17 00:00:00 2001 From: maver Date: Mon, 14 Aug 2023 20:27:16 +0200 Subject: [PATCH] Always show prompt manager edit popup on top --- public/css/promptmanager.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/promptmanager.css b/public/css/promptmanager.css index 737a1f1c3..a964e9fd6 100644 --- a/public/css/promptmanager.css +++ b/public/css/promptmanager.css @@ -263,7 +263,7 @@ padding: 1em; border: 1px solid #333333; flex-direction: column; - z-index: 3010; + z-index: 3010 !important; border-radius: 0 0 20px 20px; background-color: var(--SmartThemeBlurTintColor); }