[pgAdmin][RM3789] Dialogs and Pop-Up Menus Not Constrained to Visible Window
Aditya Toshniwal <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <CAM9w-_m_tTePvEj5-rRTt+Engrhqfi+cdkwPRXCA8t_R_GOMCQ@mail.gmail.com> |
Hi Hackers, Attached is a tiny patch to increase z-index of the context menus so that they do not go under the main navbar. Kindly review. -- Thanks and Regards, Aditya Toshniwal Sr. Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE"
RM3789.patch
(application/octet-stream, 523 B)
diff --git a/web/pgadmin/static/scss/_webcabin.pgadmin.scss b/web/pgadmin/static/scss/_webcabin.pgadmin.scss
index 543336d2b..5c0ff69a8 100644
--- a/web/pgadmin/static/scss/_webcabin.pgadmin.scss
+++ b/web/pgadmin/static/scss/_webcabin.pgadmin.scss
@@ -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;