Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css): backdrop-filter supports at-rule for webkit
We must add -webkit-backdrop-filter into this condition, otherwise our backdrop style won't be visible on iOS, because webkit doesn't support backdrop-filter without the -webkit prefix, which makes this old condition true, then background-color is appended, then backdrop-filter becomes invisible.
- Loading branch information