diff --git a/src/vs/workbench/contrib/notebook/browser/media/notebook.css b/src/vs/workbench/contrib/notebook/browser/media/notebook.css index 7bb08f1e17de0..b5d732227ae38 100644 --- a/src/vs/workbench/contrib/notebook/browser/media/notebook.css +++ b/src/vs/workbench/contrib/notebook/browser/media/notebook.css @@ -41,6 +41,11 @@ z-index: 641 !important; } +/** Temporary fix, similar to microsoft/vscode-internalbacklog#4152 */ +.monaco-workbench .notebookOverlay .cell-list-container .monaco-editor .zone-widget.interactive-editor-widget { + z-index: 640 !important; +} + .monaco-workbench .notebookOverlay .cell-list-container { position: relative; }