caroso1222 / notyf

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.
https://carlosroso.com/notyf/
MIT License
2.66k stars 197 forks source link

Different position moves existing notifications #134

Open oliverpolden opened 1 year ago

oliverpolden commented 1 year ago

Steps to reproduce: (You can use demo at https://carlosroso.com/notyf/)

  1. Create a notification in the bottom right.
  2. Create anotification in the top right.

Result: Notification that was in the bottom right moves to the top right and second notification appears below.

Expected behaviour: First notification appears remains in bottom right and second appears in top right.

Workaround: Create separate instances for each position.