Hi,
How do we offset a toast position?
In my particular case, i want to offset toast bottom position to appear a bit higher so that it does not overlap the bottom main menu of the app.
Any ideas?
Thanks.
Hi,
How do we offset a toast position?
In my particular case, i want to offset toast bottom position to appear a bit higher so that it does not overlap the bottom main menu of the app.
Any ideas?
Thanks.
ion-toast {
transform: translateY(-50px);
}