fix node menu ordering

This commit is contained in:
2026-04-16 01:21:14 -07:00
parent c7e7531206
commit ad48a40edc

View File

@@ -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;