Skip to content

Commit a716d7f

Browse files
committed
fix: Update background color and z-index for code editor panels
1 parent 6fcd391 commit a716d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/CodeEditor/codeEditor.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
}
7171

7272
.cm-panels {
73-
background-color: var(--bg-code-editor);
74-
z-index: 0;
73+
background-color: var(--bg-code-editor-base);
74+
z-index: 1;
7575
}
7676

7777
.cm-panels-top {

0 commit comments

Comments
 (0)