caroso1222 / notyf

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.

Home Page:https://carlosroso.com/notyf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different position moves existing notifications

oliverpolden opened this issue · comments

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.