EDIT (since I can’t edit my first post)
When using this SCSS on iOS, the modal overlaps with the statusbar.
To fix this: add this to app.scss
.ios .modal-fullscreen {
.modal-wrapper {
top: 26px;
}
}
EDIT (since I can’t edit my first post)
When using this SCSS on iOS, the modal overlaps with the statusbar.
To fix this: add this to app.scss
.ios .modal-fullscreen {
.modal-wrapper {
top: 26px;
}
}