I want to do a part of my app scrollable. But just this part. Then I use like this:
<ion-content has-footer>
<ion-scroll scrollY="true">
test test
</ion-scroll>
</ion-content>
But the test test test is not visible.
Do you know what Im doing wrong?
Thanks Best regards