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
Whenever a horizontal toast was created, all further toast, in the same container position, were shown horizontal as well, even if they were supposed to be displayed normal/vertically.
Reason for this was the container selector, which was only defined for the positioning, but ignored a possible horizontal setting. This PR now creates a dedicated horizontal container, which fixes such situations.
0 commit comments