Ion scroll inside ion slide box

I was using Ion content inside ion slide and it was working till nightly #794. When I tried to use nightly #831, it started breaking and ion content is not visible. Then found in forum that ion-scroll should be used inside ion-slide. I tried it and could not get that working. Codepen: Slidebox with ion scroll. Can somebody help me if there any change in slidebox and scroll?

Me too. I get the same symptoms. I’ve also seen this in an ion-tab. Only way around that was to add scroll=“false” to the ion-content tag

@KevinGurden, I got this solved by adding height for the ion-scroll as 100%. Hope it helps you.

@saravcts, but that’s not working when I check in Google Chrome. But it is working in other browsers like edge and firefox. Any idea?