fix(ui/code-editor): keep search panel in editor layer [BE-12429] (#1452)

This commit is contained in:
Chaim Lev-Ari
2025-11-27 14:32:57 +02:00
committed by GitHub
parent bf6cb8d0b8
commit 93ba3e700e
@@ -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) {