shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 195 forks source link

singleton show animations #153

Open pkariz opened 4 years ago

pkariz commented 4 years ago

If i set singleton: true and then make 10 requests, the toast is not always shown at the top (it seems like it's in the middle and then it moves up). Since there is at most 1 toast shown with this option, it should always be displayed at the top. Is there a way to achieve that?