How to render items at the bottom of the ion content (not footer)?

Hi everyone :slight_smile:

I want to put my ion-list and it’s items at the bottom of the screen.
But I don’t want to use an ion footer (partly because I already have one). How can I fix the content to the bottom of the page?

Use a Flexbox and the order CSS property.

1 Like