Skip to content

Commit

Permalink
Fix interactive editor diff z-index to prevent overlapping the sugges…
Browse files Browse the repository at this point in the history
…t widget (#183011)
  • Loading branch information
roblourens committed May 20, 2023
1 parent 6d3fedb commit f6be546
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,8 @@
.monaco-editor .interactive-editor-newfile-widget .title {
padding: 3px 0;
}

/* Temp fix for microsoft/vscode-internalbacklog#4152 to unblock demo */
.monaco-editor .zone-widget:has(div.interactive-editor-diff-widget) {
z-index: 11 !important;
}

0 comments on commit f6be546

Please sign in to comment.