Skip to content

Commit 41744f5

Browse files
Fix z-index
1 parent 44a772f commit 41744f5

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
@@ -30,6 +30,10 @@
3030
border: 1px solid var(--sapNeutralBackground);
3131

3232
.monaco-editor {
33+
.inputarea {
34+
z-index: 0;
35+
}
36+
3337
.overflowingContentWidgets {
3438
z-index: 100;
3539
position: absolute;

0 commit comments

Comments
 (0)