From e755d06c464ec29990797f5c98bd10d4dfd42623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C5=81obacz?= Date: Thu, 22 Jun 2023 05:04:47 +0200 Subject: [PATCH] Add backdrop filter for WebKit (#926) --- components/Nav/Navbar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Nav/Navbar.tsx b/components/Nav/Navbar.tsx index d6494c3b..d16bd6df 100644 --- a/components/Nav/Navbar.tsx +++ b/components/Nav/Navbar.tsx @@ -68,6 +68,7 @@ const Wrapper = styled.nav<{ $transparent?: boolean }>` align-items: center; background-color: rgba(12, 13, 15, 0.7); backdrop-filter: blur(5px); + -webkit-backdrop-filter: blur(5px); box-sizing: border-box; color: white; display: flex;