Open bicienzu opened 5 years ago
actually the toast container is appended to the body. can you show me some code perhaps ?
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
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 ?