Skip to content

Commit aeb06b9

Browse files
authored
Fix microsoft/vscode-internalbacklog#4257. Mitigate zindex for zone widgets. (microsoft#184001)
1 parent 6fe760b commit aeb06b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/notebook/browser/media/notebook.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
z-index: 641 !important;
4242
}
4343

44+
/** Temporary fix, similar to microsoft/vscode-internalbacklog#4152 */
45+
.monaco-workbench .notebookOverlay .cell-list-container .monaco-editor .zone-widget.interactive-editor-widget {
46+
z-index: 640 !important;
47+
}
48+
4449
.monaco-workbench .notebookOverlay .cell-list-container {
4550
position: relative;
4651
}

0 commit comments

Comments
 (0)