From ad48a40edc6dce0f0e9013356d02bd2e55df2852 Mon Sep 17 00:00:00 2001 From: matei jordache Date: Thu, 16 Apr 2026 01:21:14 -0700 Subject: [PATCH] fix node menu ordering --- frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index c49e75b..438083f 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -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;