Skip to content

Commit 6b599b6

Browse files
jannikankerJannik AnkerJasonElkin
authored
Prevent RTE in fullscreen being partially covered by the left menu column (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]>
1 parent b74aadf commit 6b599b6

File tree

1 file changed

+6
-0
lines changed
  • src/Umbraco.Web.UI.Client/src/less/application

1 file changed

+6
-0
lines changed

src/Umbraco.Web.UI.Client/src/less/application/grid.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ body.umb-drawer-is-visible #mainwrapper{
8484
&.above-backdrop{
8585
z-index: 7501;
8686
}
87+
88+
// force behind TinyMCE when it's in fullscreen mode
89+
.tox-fullscreen & {
90+
z-index: 0;
91+
}
92+
8793
}
8894

8995
#navigation {

0 commit comments

Comments
 (0)