You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
As far as I'm aware, it is currently not possible to style the wrapper
<section>
element, sinceinheritAttrs
is set tofalse
.vue-sonner/packages/Toaster.vue
Line 148 in 45df979
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 likewrapperAttrs
?The text was updated successfully, but these errors were encountered: