From 7eaa313e527fb69b6b9537f487247b1c7e97a368 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 30 Sep 2020 14:33:47 +0300 Subject: [PATCH] Corrected the z-index value of the date and time pickers. --- assets/css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index cd3a3167..4fc0841d 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -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 {