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 <noreply@anthropic.com>
This commit is contained in:
Jose Luis
2026-03-20 04:05:24 +01:00
parent a4292b42cf
commit 6cb3f091d4

View File

@@ -443,7 +443,7 @@ body {
height: 44px; height: 44px;
background: #1a1a2e; background: #1a1a2e;
border-bottom: 2px solid #9900ff; border-bottom: 2px solid #9900ff;
z-index: 105; z-index: 90;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 12px; padding: 0 12px;