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

Toast positioning help #174

Closed eirikove closed 2 years ago

eirikove commented 4 years ago

Hey,

I'm having some issues getting my toasts to appear in the correct position on the screen. They seem to be appearing inside or close to the Vue component that calls this.$toasted.global.myToastFunction(), instead of the position ("bottom-center", "top-right") the toast is Vue.toasted.registered with.

What techniques can I use to surpass this problem?