Hello everyone!
It’s really easy to set the ion-scroll’s height by using pixels for example
<ion-scroll zooming="false" direction="y" style="width: 100%; height: 500px">
But once I set this parameter to a percentage value it breaks, the follow codepen reproduces it
I saw a similar question and I tried a few things but without success.
I appreciate any ideas/hints to solve this problem