Ensure context menus never get hidden below the menu bar. Fixes #3789

This commit is contained in:
Aditya Toshniwal
2019-10-25 11:31:25 +01:00
committed by Dave Page
parent 02642628b0
commit a804485a4c
2 changed files with 2 additions and 1 deletions

View File

@@ -260,7 +260,7 @@
.wcMenuList, .context-menu-list {
border: 1px solid $dropdown-border-color;
z-index: 999 !important;
z-index: 9999 !important;
background-color: $dropdown-bg;
box-shadow: $dropdown-box-shadow;
border-radius: $dropdown-border-radius;