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
@coder-Rit The fix in the code was pretty straight forward. It was using the general .loaderclassName which will break other code using the same className. I don't see a way to fix this outside the project and the only workaround is not to use the general .loaderclass, which probably a good strategy anyway.
Describe the feature / bug 📝:
Sonner's CSS class "loader" overlaps with the user's custom CSS className "loader".
N/A
Steps to reproduce the bug 🔁:
adds the property "display: absolute"
change the name of class to "loaderPersonal"->works fine
The text was updated successfully, but these errors were encountered: