Skip to content

Commit

Permalink
fix: Fix for editor popover (#3567)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradPietocha authored Jan 2, 2025
1 parent 042ab1c commit 04e9fbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/shared/components/MonacoEditorESM/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
overflow: hidden;
flex-grow: 1;
border: 1px solid var(--sapNeutralBackground);
z-index: 100;

.monaco-hover {
z-index: 100;
}
}

.resource-form__legend {
Expand Down

0 comments on commit 04e9fbc

Please sign in to comment.