Universal editor and vh units
Hi,
I'm actually implementing the new universal editor on a website with some sections who have their height defined in vh units (viewport height). The problem is, when in the iframe of the editor, the editor seems to try to resize the iframe to the total height of the website but doing this cause the section with height defined in vh to expand more and triggering a new iframe resize who will made the section in vh to expand again entering in an endless loop expanding the iframe infinitely.
I would like to know if someone has already faced this problem and if there is a perennial fix to this problem (all I've tried create more problems).
Thanks for your responses.