Skip to content

Commit

Permalink
Prevent RTE in fullscreen being partially covered by the left menu co…
Browse files Browse the repository at this point in the history
…lumn (should fix #14890) (#15002)

* Should fix #14890

* Set z-index of #leftcolumn to 0 when Tiny MCE is in fullscreen mode

---------

Co-authored-by: Jannik Anker <[email protected]>
Co-authored-by: Jason Elkin <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent b74aadf commit 6b599b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Umbraco.Web.UI.Client/src/less/application/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ body.umb-drawer-is-visible #mainwrapper{
&.above-backdrop{
z-index: 7501;
}

// force behind TinyMCE when it's in fullscreen mode
.tox-fullscreen & {
z-index: 0;
}

}

#navigation {
Expand Down

0 comments on commit 6b599b6

Please sign in to comment.