Skip to content

Commit 61645ba

Browse files
committed
fix x-index of the minimap
1 parent 5a6539b commit 61645ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/shared/components/MonacoEditorESM/Editor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
position: relative;
77
}
88

9+
.minimap {
10+
z-index: 0 !important;
11+
}
12+
913
.resource-form__overlay {
1014
position: absolute;
1115
top: 0;

0 commit comments

Comments
 (0)