From f1165ce0e3909bfe18d870a7fc39b6f904806c4d Mon Sep 17 00:00:00 2001 From: Brian Ernesto Date: Tue, 12 Mar 2024 13:39:18 -0600 Subject: [PATCH] Always place the tools above the highlighter (#5736) Component highlight indicators display above RTE tools on hover. This sets the z-index 1 above the indicators. --- src/styles/scss/_gjs_canvas.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/scss/_gjs_canvas.scss b/src/styles/scss/_gjs_canvas.scss index cfb27d820..d09732632 100644 --- a/src/styles/scss/_gjs_canvas.scss +++ b/src/styles/scss/_gjs_canvas.scss @@ -271,6 +271,10 @@ $guide_pad: 5px !default; outline: none; z-index: 1; } + /* Always place the tools above the highlighter */ + ##{$app-prefix}tools { + z-index: 2; + } /* This simulate body behaviour */ // > div:first-child {