Closed VentGrey closed 2 years ago
This is the faulty code:
@supports (backdrop-filter: none) { .navbar-upvent { backdrop-filter: saturate(100%) blur(100px); -webkit-backdrop-filter: saturate(100%) blur(100px); } } @supports not (backdrop-filter: none) { .background { background-color: #FAFAFA; } }
This is the faulty code: