Skip to content

Commit f00050f

Browse files
committed
fix
1 parent d12ed6d commit f00050f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/codemirror.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
.editor-container > .cursor {
1111
pointer-events: auto;
1212
touch-action: none;
13-
z-index: 8;
13+
z-index: 600;
1414
}
1515

1616
.editor-container > .cursor-menu {
17-
z-index: 8;
17+
z-index: 600;
1818
}
1919

2020
.cm-tooltip {

0 commit comments

Comments
 (0)