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 am using a CSS reset for all <div> elements, and it is affecting the styles of the toasts. This issue started occurring after the changes in the following commit were merged: 2a54869
I am using a CSS reset for all
<div>
elements, and it is affecting the styles of the toasts. This issue started occurring after the changes in the following commit were merged: 2a54869Reproduction: https://stackblitz.com/edit/github-kmsr3acy?file=app.vue,nuxt.config.ts,assets%2Freset.css
Wouldn't it be better to scope the styles to the component?
The text was updated successfully, but these errors were encountered: