Skip to content
Snippets Groups Projects
Commit 1faad221 authored by Chefkeks's avatar Chefkeks Committed by Jared Hancock
Browse files

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
parent ad8a5a00
No related branches found
No related tags found
No related merge requests found
......@@ -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: "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment