We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41744f5 commit dd9ccddCopy full SHA for dd9ccdd
src/shared/components/MonacoEditorESM/Editor.scss
@@ -30,10 +30,6 @@
30
border: 1px solid var(--sapNeutralBackground);
31
32
.monaco-editor {
33
- .inputarea {
34
- z-index: 0;
35
- }
36
-
37
.overflowingContentWidgets {
38
z-index: 100;
39
position: absolute;
tests/integration/support/paste-to-monaco.js
@@ -3,8 +3,8 @@ Cypress.Commands.add(
3
{ prevSubject: false },
4
(monacoCount = 0) => {
5
return cy
6
- .get('div.monaco-editor')
7
- .find('textarea[aria-roledescription="editor"]:visible')
+ .get('.resource-form__editor')
+ .find('.monaco-editor:visible')
8
.eq(monacoCount)
9
.focus();
10
},
0 commit comments