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:
committed by
Ashesh Vashi
parent
6036c431b0
commit
9c8637cf0f
@@ -1232,3 +1232,12 @@ form[name="change_password_form"] .help-block {
|
|||||||
visibility: hidden;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user