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.