From 26b9c18b02950b38df9ad56195a93962b77621fa Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Thu, 2 Oct 2025 06:45:11 -0700 Subject: [PATCH] Update style.css --- webui/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/style.css b/webui/static/style.css index 138b0d5d..993a13e7 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -8491,7 +8491,7 @@ body { height: 100vh; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(8px); - z-index: 1000; + z-index: 9000; align-items: center; justify-content: center; }