Skip to content

Commit 54abb9a

Browse files
committed
1 parent b7cad23 commit 54abb9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/platform/contextview/browser/contextMenuHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export class ContextMenuHandler {
7272
this.block.style.top = '0';
7373
this.block.style.width = '100%';
7474
this.block.style.height = '100%';
75+
this.block.style.zIndex = '-1';
7576
domEvent(this.block, EventType.MOUSE_DOWN)((e: MouseEvent) => e.stopPropagation());
7677
}
7778

0 commit comments

Comments
 (0)