Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed May 31, 2023
1 parent 8038e0e commit d477114
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

.monaco-editor .zone-widget.interactive-editor-widget {
z-index: 3;
}

.monaco-editor .interactive-editor {
z-index: 100;
color: inherit;
padding: 6px;
border-radius: 6px;
Expand Down

0 comments on commit d477114

Please sign in to comment.