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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user