-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
Bad backdrop filter #329
Comments
I have the same issue here, currently on W11 23H2 and Chrome 121.0.6167.161. |
up |
I don't follow, are the toasts blurry for you? There is no css added from sonner that might cause it. Which OS and browser are you using? |
Check #334. |
I'm using Edge and Chrome on Windows 11. I know this problem and it's because the transform property, take a look at this: https://stackoverflow.com/questions/14677490/blurry-text-after-using-css-transform-scale-in-chrome |
Is this fixed in this preview link? https://sonner-git-fix-blurry-appearance-emilkowalski-s-team.vercel.app/ |
I found another fix, setting the |
It's solved. |
Fixed in #336 |
Describe the feature / bug 📝:
As you can see only the middle toast is blurred because I put a tailwind class to try remove the blur:
![image](https://private-user-images.githubusercontent.com/29075798/302777763-e080465a-f267-43fb-a075-90cb606328e4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODg4ODIsIm5iZiI6MTczODk4ODU4MiwicGF0aCI6Ii8yOTA3NTc5OC8zMDI3Nzc3NjMtZTA4MDQ2NWEtZjI2Ny00M2ZiLWEwNzUtOTBjYjYwNjMyOGU0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA0MjMwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0ZjExMGYxY2E2YjExZGRmNzU5MzNkMTEwNjgzOWQ1YjVjOWQ5OTNjODc4YmExNjEyMjJkNDRiMzcyYmYzNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vymF393HnFVpM4kmcl9t_A8ANSqgNpxdV66VFpK8SlE)
If I don't have that tailwind class:
Now only the middle one isn't blurred, and what I want it's that every toast be legible without blur effect.
Steps to reproduce the bug 🔁:
Just run a toast.
The text was updated successfully, but these errors were encountered: