From 1faad2210f0cd5e737a4d18b0ddfb355f720eb13 Mon Sep 17 00:00:00 2001 From: Chefkeks <Chefkeks@users.noreply.github.com> Date: Thu, 30 Oct 2014 11:13:05 +0100 Subject: [PATCH] UI: Fix datepicker vs. redactor toolbar z-index issue Tested with 1.9.4 - found no other / related / new issues due to this change of the z-index. Fixes: https://github.com/osTicket/osTicket-1.8/issues/980 Fixes: https://github.com/osTicket/osTicket-1.8/issues/1411 --- css/redactor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/redactor.css b/css/redactor.css index e6123e23e..acfe6ec32 100644 --- a/css/redactor.css +++ b/css/redactor.css @@ -327,7 +327,7 @@ body .redactor_box_fullscreen { background: #fff; border: none; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); - z-index: 3; + z-index: 1; } .redactor_toolbar:after { content: ""; -- GitLab