Different Background Blur Behavior in Firefox and Chrome: Seeking Solution
Hello, I need some kind of help
How can I achieve the same effect? In Firefox, I have the background blur applied to all list items, but in Chrome, it's not working as intended. Here is the repository for the code and the link of the page.
https://github.com/Leviakc/link-bio
https://gomen-links.netlify.app/
I used the backdrop-filter property but it's not working as expected
Please note that the code block @-moz-document url-prefix() { .links > li { backdrop-filter: blur(5px); } } can be ignored.
GitHub
GitHub - Leviakc/link-bio: A link-tree clone
A link-tree clone. Contribute to Leviakc/link-bio development by creating an account on GitHub.
0 Replies