I am trying to make an ion-modal with a fixed header.
When I use the following template, the bottom of my content is cut off from the viewport (big red arrow pointing to missing blue button)
Check out the screenshot.
Can anyone help me find the right template to make an ion-modal with a fixed ion-header?
Template:
<ion-modal>
<ion-header>
Page 1 Answers
</ion-header>
<ion-content>
** multiple choice divs
</ion-content>
</ion-modal>
1 post - 1 participant
