mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
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 {
|
||||
margin-top: 5px;
|
||||
z-index: 5 !important;
|
||||
z-index: 1100 !important;
|
||||
}
|
||||
|
||||
body .ui-datepicker {
|
||||
|
|
Loading…
Reference in a new issue