Yes, this actually became an issue after I installed 1.4.7. It has the height: 100%
on .premium-container__content_wrap
There does not appear to be a min-height
property in the CSS. Is that property being set in JS? Because I do use Async JavaScript, which may be affecting this.
And, fyi, changing height
to min-height
does not fix the issue. Which is as expected.
** EDIT: This is using Safari 12.0.2
-
This reply was modified 5 years, 12 months ago by pete1013.