We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201b5a2 commit f149dbbCopy full SHA for f149dbb
2 files changed
src/vs/base/browser/ui/contextview/contextview.css
@@ -5,5 +5,5 @@
5
6
.context-view {
7
position: absolute;
8
- z-index: 2000;
9
-}
+ z-index: 2500;
+}
src/vs/workbench/browser/parts/titlebar/media/titlebarpart.css
@@ -59,7 +59,7 @@
59
60
.monaco-workbench .part.titlebar > .menubar {
61
/* move menubar above drag region as negative z-index on drag region cause greyscale AA */
62
63
}
64
65
.monaco-workbench.linux .part.titlebar > .window-title {
0 commit comments