mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
fix z index for context menus
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
|
||||
.context-view {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
z-index: 2000;
|
||||
}
|
||||
Reference in New Issue
Block a user