Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce parentContainer prop for other mountpoints than document.body #95

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

schwarmco
Copy link
Contributor

Fixes #81

@samuelrac
Copy link

Does this make it possible to open the toast in the html5 dialog?

@schwarmco
Copy link
Contributor Author

Does this make it possible to open the toast in the html5 dialog?

you can mount the v-toast divs into an html5 dialog element with this - but its not utilizing the native html5 dialog api like openModal, etc.

@samuelrac
Copy link

Does this make it possible to open the toast in the html5 dialog?

you can mount the v-toast divs into an html5 dialog element with this - but its not utilizing the native html5 dialog api like openModal, etc.

I did a test, and by placing the v-toast div inside the the toast stays on top of the backdrop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Status of "allow to set container, default is body"
2 participants