From 184cf25f0585b71d6bca2e38e2eddfdce81e5788 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Wed, 21 May 2014 14:19:11 -0500
Subject: [PATCH] css: Fix z-index for date picker on advanced search

---
 scp/css/scp.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scp/css/scp.css b/scp/css/scp.css
index 8e4443f87..4b92989e6 100644
--- a/scp/css/scp.css
+++ b/scp/css/scp.css
@@ -1815,7 +1815,7 @@ table.custom-info td {
 }
 
 .ui-datepicker {
-    z-index: 100 !important;
+    z-index: 200 !important;
 }
 .draft-saved {
     background-color: black;
-- 
GitLab