Skip to content

Commit d477114

Browse files
authored
1 parent 8038e0e commit d477114

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6+
.monaco-editor .zone-widget.interactive-editor-widget {
7+
z-index: 3;
8+
}
9+
610
.monaco-editor .interactive-editor {
7-
z-index: 100;
811
color: inherit;
912
padding: 6px;
1013
border-radius: 6px;

0 commit comments

Comments
 (0)