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
1 changed files with 1 additions and 1 deletions

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 {