We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8038e0e commit d477114Copy full SHA for d477114
src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css
@@ -3,8 +3,11 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
+.monaco-editor .zone-widget.interactive-editor-widget {
7
+ z-index: 3;
8
+}
9
+
10
.monaco-editor .interactive-editor {
- z-index: 100;
11
color: inherit;
12
padding: 6px;
13
border-radius: 6px;
0 commit comments