Skip to content

Commit a40cb36

Browse files
authored
perf: update overflow grat
1 parent 92f0619 commit a40cb36

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

frontend/src/styles/index.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,16 @@ body {
540540
.CodeMirror .CodeMirror-selected {
541541
background-color: rgba(62, 162, 223, 0.53) !important;
542542
}
543+
544+
.CodeMirror-hscrollbar:hover {
545+
background-color: rgba(0, 0, 0, .5);
546+
}
547+
548+
.CodeMirror-vscrollbar:hover {
549+
background-color: rgba(0, 0, 0, .5);
550+
}
551+
552+
.splitter-pane {
553+
z-index: 99;
554+
}
555+

0 commit comments

Comments
 (0)