You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no mention of the ToastRack widget in the Toast widget documentation. It could be useful to mention that styling the ToastRack is necessary to move the position of notifications. Maybe something like this:
If you wish to change the location of Toasts, it is possible by targeting the ToastRack CSS type. For example:
ToastRack {
align: righttop;
}
I can make a PR if it is acceptable.
The text was updated successfully, but these errors were encountered:
There's no mention of the ToastRack widget in the Toast widget documentation. It could be useful to mention that styling the ToastRack is necessary to move the position of notifications. Maybe something like this:
If you wish to change the location of Toasts, it is possible by targeting the
ToastRack
CSS type. For example:I can make a PR if it is acceptable.
The text was updated successfully, but these errors were encountered: