- Issue created by @jessebaker
- Merge request !883#3518708 Fix for inline vh units causing iframe to grow infinitely ā (Open) created by jessebaker
- š¬š§United Kingdom jessebaker
The MR !883 should fix the issue for inline
vh
units.Iām not sure what the solution for elements with
vh
units set in a separate stylesheet would look like. To access the style with JS means callinggetComputedStyle()
but that always returns the height inpx
regardless of what unit was specified. Perhaps some kind of rate limit on the iframe height check? Perhaps parsing stylesheets before the page is rendered somehow?