mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Corrected the z-index of backgrid-filter so that - it does not take
precedence over top panel.
This commit is contained in:
parent
6036c431b0
commit
9c8637cf0f
@ -1232,3 +1232,12 @@ form[name="change_password_form"] .help-block {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
/* Override Backgrid's default z-index */
|
||||
.dashboard-tab-container .backgrid-filter .search {
|
||||
z-index: 10 !important;
|
||||
}
|
||||
|
||||
.dashboard-tab-container .backgrid-filter .clear {
|
||||
z-index: 10 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user