Skip to content

Commit 9baa102

Browse files
authored
Merge pull request #738 from devtron-labs/fix/code-editor-panel-z-index
fix: correct z-index for search panel in code editor
2 parents 224c682 + 406fe06 commit 9baa102

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.13.0-pre-6",
3+
"version": "1.13.0-pre-7",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

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)