Skip to content

Commit f149dbb

Browse files
committed
promote menu widgets above quick(open|input)
1 parent 201b5a2 commit f149dbb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/vs/base/browser/ui/contextview/contextview.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
.context-view {
77
position: absolute;
8-
z-index: 2000;
9-
}
8+
z-index: 2500;
9+
}

src/vs/workbench/browser/parts/titlebar/media/titlebarpart.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
.monaco-workbench .part.titlebar > .menubar {
6161
/* move menubar above drag region as negative z-index on drag region cause greyscale AA */
62-
z-index: 2000;
62+
z-index: 2500;
6363
}
6464

6565
.monaco-workbench.linux .part.titlebar > .window-title {

0 commit comments

Comments
 (0)