From 6cb3f091d462c6022f9520c54685f37b16d2d697 Mon Sep 17 00:00:00 2001 From: Jose Luis Date: Fri, 20 Mar 2026 04:05:24 +0100 Subject: [PATCH] fix: dropdown menus render above component editor overlay Lower component editor overlay z-index from 105 to 90 so toolbar dropdown menus (z-index 150) appear on top of it. Co-Authored-By: Claude Opus 4.6 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5a30f1d..3c29ce9 100644 --- a/css/style.css +++ b/css/style.css @@ -443,7 +443,7 @@ body { height: 44px; background: #1a1a2e; border-bottom: 2px solid #9900ff; - z-index: 105; + z-index: 90; display: flex; align-items: center; padding: 0 12px;