Skip to content

Commit 04e9fbc

Browse files
fix: Fix for editor popover (#3567)
1 parent 042ab1c commit 04e9fbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/shared/components/MonacoEditorESM/Editor.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
overflow: hidden;
2525
flex-grow: 1;
2626
border: 1px solid var(--sapNeutralBackground);
27-
z-index: 100;
27+
28+
.monaco-hover {
29+
z-index: 100;
30+
}
2831
}
2932

3033
.resource-form__legend {

0 commit comments

Comments
 (0)