forked from mirrors/easyappointments
Corrected the z-index value of the date and time pickers.
This commit is contained in:
parent
6ac7275f27
commit
7eaa313e52
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ body .ui-widget.ui-widget-content {
|
||||||
|
|
||||||
body #ui-datepicker-div {
|
body #ui-datepicker-div {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
z-index: 5 !important;
|
z-index: 1100 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .ui-datepicker {
|
body .ui-datepicker {
|
||||||
|
|
Loading…
Reference in a new issue