From 870ae2823f51d4e859385b06bdabd39dfba9420c Mon Sep 17 00:00:00 2001 From: Maruf Hasan <170166811+MarufHasan-dev@users.noreply.github.com> Date: Sat, 6 Jun 2026 15:35:48 +0600 Subject: [PATCH] fix: lower minimized-dock z-index so modals stack above it --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 60d2d470f..a0f91d3a9 100644 --- a/static/style.css +++ b/static/style.css @@ -842,7 +842,7 @@ body.bg-pattern-sparkles { display: flex; gap: 6px; flex-wrap: wrap; max-width: calc(100vw - 24px); padding: 4px; - z-index: 10020; + z-index: 100; pointer-events: none; } .minimized-dock-chip {