fix node menu ordering
This commit is contained in:
@@ -2415,7 +2415,7 @@ html, body, #root {
|
||||
/* ── Context menu ──────────────────────────────────────────────────── */
|
||||
.context-menu {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
z-index: 10000;
|
||||
background: var(--bg-panel);
|
||||
border: 1px solid var(--border-strong);
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user