Skip to content

Commit

Permalink
Fix tinymce fullscreen mode
Browse files Browse the repository at this point in the history
Tinymce has a new css class prefix, that
broke the fullscreen mode.
  • Loading branch information
tvdeyen committed Dec 3, 2024
1 parent 9f8d5b0 commit 903ae3a
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 903ae3a

Please sign in to comment.