In my ionic 5 app, the footer is overlapping the ionic-content’s data:
Content getting overlapped:
Expected content:
HTML Code:
<ion-header>
// Header code
</ion-header>
<ion-content>
<span>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown..........
</span>
</ion-content>
<ion-footer>
<button>Done</button>
</ion-footer>
1 post - 1 participant