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

Change HTML Toast parent for fullscreen applications. #128

Open bicienzu opened 5 years ago

bicienzu commented 5 years ago

In my application i'm using a fullscreen feature mode. In this mode, only the html inside the application is show. Toast are added to the body element, and do not show. How can i resolve this ?

shakee93 commented 5 years ago

actually the toast container is appended to the body. can you show me some code perhaps ?

bicienzu commented 5 years ago

I have created a codesandbox example. https://codesandbox.io/s/vue-template-7bhkk 1) Open the application in another window 2) Test if toasted works making a toast on normal view 3) Go fullscreen 4) Test if toasted works on fullscreen view