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
I like that this plugin can set several toast positions. But when I set position : 'top-right', the newest toast is shown below the old one, and sometimes the newest toast will overflow the viewport.
I'd suggest prepend option. Currently this plugin always append to $('.jq-toast-wrap'), but if we have an option like prepend: true and have below code, the newest toast can always be shown at top-right in viewport.
Hello.
I like that this plugin can set several toast positions. But when I set
position : 'top-right'
, the newest toast is shown below the old one, and sometimes the newest toast will overflow the viewport.I'd suggest
prepend
option. Currently this plugin alwaysappend
to $('.jq-toast-wrap'), but if we have an option likeprepend: true
and have below code, the newest toast can always be shown at top-right in viewport.I'd like to have this feature in this plugin.
Thank you.
The text was updated successfully, but these errors were encountered: