From 0c390d91a04f027f9ca6e4d05d4f43ded5383185 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 31 Aug 2018 15:44:07 +0100 Subject: [PATCH] Avoid z-index issues with track-changes comments and the editor splitter. --- services/web/public/stylesheets/app/editor.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 65041eeee8..a98e31f9fa 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -378,11 +378,11 @@ CodeMirror display: flex; align-items: center; justify-content: center; - width: @ui-resizer-size !important;; + width: @ui-resizer-size !important; height: 50px; margin-top: -25px; top: 50%; - z-index: 6; + z-index: 3; background-color: @editor-toggler-bg-color; &:hover,