Ionic Info
@ionic/angular: "4.0.0-beta.1"
Describe the Feature Request
I would like to set the height of ion-scroll div.scroll-inner to 100% like it's content parent
Without adding this, it would not possible to add children to an ion-scroll with relative height in percent (see screenshots)
Screenshots


Update
At first I thought this should be solved with a new variable but actually setting height: 100% solves it