[ui] fix datepicker z-index

This commit is contained in:
Faris Ansari 2016-10-27 12:31:15 +05:30
parent 7c4f40b631
commit 2cbab3e6da

View file

@ -148,6 +148,10 @@ textarea.form-control {
z-index: 100 !important;
}
.ui-datepicker {
z-index: 100 !important;
}
.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;
}