Corrected the z-index value of the date and time pickers.

This commit is contained in:
Alex Tselegidis 2020-09-30 14:33:47 +03:00
parent 6ac7275f27
commit 7eaa313e52

View file

@ -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 {