mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure context menus never get hidden below the menu bar. Fixes #3789
This commit is contained in:
committed by
Dave Page
parent
02642628b0
commit
a804485a4c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user