Skip to content

Commit

Permalink
Merge pull request #3102 from AlchemyCMS/7.1-fix-tinymce-fullscreen
Browse files Browse the repository at this point in the history
Fix tinymce fullscreen mode
  • Loading branch information
tvdeyen authored Dec 3, 2024
2 parents 9f8d5b0 + 903ae3a commit a814f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

// Fix for Tinymce fullscreen window positioning issues (GH#1511)
.mce-fullscreen & {
.tox-fullscreen & {
width: calc(100vw - #{$collapsed-main-menu-width - $default-border-width});
}

Expand Down

0 comments on commit a814f19

Please sign in to comment.