Ion-scroll height problem with percentage

I’m not sure what you mean. The div needs to be absolute so that it takes up the entire size of its parent (and thus the entire screen). If you want the ion-scroll at the bottom, just switch it with the ion-content and change the necessary style attributes. Another way to go at this might be flexboxes.