From 93ba3e700e5f51665159e8a32f36c6e090a8129d Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Thu, 27 Nov 2025 14:32:57 +0200 Subject: [PATCH] fix(ui/code-editor): keep search panel in editor layer [BE-12429] (#1452) --- app/react/components/CodeEditor/CodeEditor.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/react/components/CodeEditor/CodeEditor.module.css b/app/react/components/CodeEditor/CodeEditor.module.css index 6a02d3ed5..9d32be427 100644 --- a/app/react/components/CodeEditor/CodeEditor.module.css +++ b/app/react/components/CodeEditor/CodeEditor.module.css @@ -81,6 +81,7 @@ background-color: var(--bg-codemirror-gutters-color); border-top-color: transparent; color: var(--text-codemirror-color); + z-index: inherit; } .root :global(.cm-button) {