Skip to content
Snippets Groups Projects
Commit 73d2eddb authored by Anthony Kuske's avatar Anthony Kuske Committed by Peter Rotich
Browse files

Force a lower z-index on the reactor bar to prevent bug when scrolling

parent 00a0e875
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ body .redactor-box-fullscreen {
background: #fff;
border: none;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.4);
z-index: 1 !important;
}
.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