We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe760b commit aeb06b9Copy full SHA for aeb06b9
src/vs/workbench/contrib/notebook/browser/media/notebook.css
@@ -41,6 +41,11 @@
41
z-index: 641 !important;
42
}
43
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
+
49
.monaco-workbench .notebookOverlay .cell-list-container {
50
position: relative;
51
0 commit comments