Skip to content
Snippets Groups Projects
Commit b76f0bbd authored by Anthony Kuske's avatar Anthony Kuske
Browse files

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

parent 8295dfde
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ body .redactor_box_fullscreen { ...@@ -327,7 +327,7 @@ body .redactor_box_fullscreen {
background: #fff; background: #fff;
border: none; border: none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
z-index: 1; z-index: 1 !important;
} }
.redactor_toolbar:after { .redactor_toolbar:after {
content: ""; content: "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment