Skip to content

Commit

Permalink
Always place the tools above the highlighter (#5736)
Browse files Browse the repository at this point in the history
Component highlight indicators display above RTE tools on hover. This sets the z-index 1 above the indicators.
  • Loading branch information
bernesto authored Mar 12, 2024
1 parent 1c65d37 commit f1165ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/scss/_gjs_canvas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f1165ce

Please sign in to comment.