WYSIWYG iframe html overflow hidden

Hi,

I’ve seen some have had issues with the WYSIWYG dynamically adding height. I have managed to fix the issue by adding html to wp admin. However now I can see that the inside the iframe has overflow-y: hidden.

I’m unable to target this via wp admin css. Is this an issue with WordPress core? Anyone have a solution?

Related? Theme CSS affecting TinyMCE-editor behavior

That was close however -

#content_ifr {
  body,
  html {
    height: auto;
  }
}

Is what fixed it for me.

Thanks!

This topic was automatically closed after 42 days. New replies are no longer allowed.