Unsure why this wouldn’t work inside of Pinegrow but my page renders as expected with 100svh but inside of Pinegrow it’s collapsed.
From this image the ‘purple’ region is set to 100svh.
Unsure why this wouldn’t work inside of Pinegrow but my page renders as expected with 100svh but inside of Pinegrow it’s collapsed.
From this image the ‘purple’ region is set to 100svh.
I recently discover the svh unit. What I found about it is that it needs also a secondary specification, defined with a simple vh unit.
That’s my little experience, hope it helps!
You may need vh
to get it to work within Pinegrow but svh
does not need vh
to work as a rule.
What you’re likely seeing is Pinegrow fallback to a value that it understands.
This is however and handy fix. Thanks.