Theme CSS affecting TinyMCE-editor behavior

Well your stylesheet is part of the TinyMCE stylesheet by default. You can remove that and configure Gulp to compile a separate stylesheet for the editor if you wish, or modify the rule in your main.scss to something like:

body:not(#tinymce), html {
  height: 100%;
}
1 Like