Ionic modal taking up the height and width of the mobile device

The modal will only take up the full height and width of the screen on smaller devices. Look at this codepen, open the modal and resize the window and you will see it changes size based on the window size.

You can override the CSS to accomplish this. Here are some ways users have done this:

2 Likes