From 73d2eddbfa34600eb124f826dbfbd92530642984 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/css/redactor.css b/css/redactor.css index e6d048dba..052eec5b3 100644 --- a/css/redactor.css +++ b/css/redactor.css @@ -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: ""; -- GitLab