Bottom div in </ion-content>

Hi,

I have a ionic app … but i have a problem for implement a div in the bottom when the class scroll is automatic active… i have this stucture

<ion-view>
    <ion-nav-title></ion-nav-title>
    <ion-content>
        <div class="bottom-div"></div>
    </ion-content>
</ion-view>

But the div is never in the bottom :frowning:

Can you help me?

The best you can do is to use an ion-footer-bar, hope it hepls