Skip to content

Commit 659e83f

Browse files
committed
fix: correct z-index for search panel in code editor
1 parent 224c682 commit 659e83f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Shared/Components/CodeEditor/codeEditor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@
131131

132132
.cm-panels-top {
133133
border-bottom: none;
134+
135+
&:has(.code-editor__search) {
136+
z-index: 0;
137+
}
134138
}
135139

136140
// TOOLTIPS

0 commit comments

Comments
 (0)