Corrected the z-index of backgrid-filter so that - it does not take

precedence over top panel.
This commit is contained in:
Murtuza Zabuawala 2016-06-03 15:43:05 +05:30 committed by Ashesh Vashi
parent 6036c431b0
commit 9c8637cf0f

View File

@ -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;
}