From b76f0bbdada5278357d815c0462db9a55cd7ef65 Mon Sep 17 00:00:00 2001 From: Anthony Kuske <anthonykuske@gmail.com> Date: Fri, 30 Oct 2015 21:31:07 +0000 Subject: [PATCH] Force a lower z-index on the reactor bar to prevent bug when scrolling --- css/redactor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/redactor.css b/css/redactor.css index acfe6ec32..beedbecee 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: 1; + z-index: 1 !important; } .redactor_toolbar:after { content: ""; -- GitLab