I can’t manage to set a bottom spacing between my modal and the screen’s bottom limit! In my CSS, I’ve set the “ion-modal-view” elements CSS height and width to some percentage and gave values to left, right, top and bottom accordingly, everything works as expected, my modal is centered, but I can’t detach it from the bottom.
Finally, I’ve managed to get it working by wrapping my ion-modal-view with a div that applies a min-height: 0; CSS directive on the modal class, this made my custom margin effective.
Whoops! Thanks for the link, I googled this site for a similar issue before digging into my own code, but apparently my google-foo is a bit out dated. Thanks for sharing