Skip to content
Snippets Groups Projects
Commit 795d0a13 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #1450 from Chefkeks/patch-8


UI: Fix datepicker vs. redactor toolbar z-index issue

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 32142b3a fbb63780
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