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

Allow specifying attributes on wrapper <section> #66

Open
cernymatej opened this issue Apr 26, 2024 · 0 comments
Open

Allow specifying attributes on wrapper <section> #66

cernymatej opened this issue Apr 26, 2024 · 0 comments

Comments

@cernymatej
Copy link
Contributor

As far as I'm aware, it is currently not possible to style the wrapper <section> element, since inheritAttrs is set to false.

inheritAttrs: false

I'd like to apply isolation: isolate; to the section so that I can cover the toasts with other UI elements like slideovers etc.

What do you think would be the best solution for this? Adding a prop just for the isolation: isolate; style or allowing to provide all attributes to the wrapper element via a custom prop like wrapperAttrs ?

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

No branches or pull requests

1 participant