-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Bug] Blurry old toasts #39
Comments
Where are you getting this output? I just tried it on svelte sonner site but cant figure out how to replicate this |
That is so weird. I am not able to replicate the issue. I'll try it on my Windows machine. Update: Looks like I was able to confirm the issue on Windows. Update 2: JK, wasnt able to replicate still |
Update: I was using the filter with blur 0, but it still didn't work normally with more than one active toast, I went deeper into the toast css and found the will-change property which, when defining it as unset, removes the blur, at least here. <Toaster |
As you see in the above picture the old toasts appear to be blurry even when focusing them. The issue probably has to do with not clearing the blur effect styling of the components once we hover on them.
The text was updated successfully, but these errors were encountered: