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