From 766bd6df7a8aa742603ce6957c0e1bfe88c3906d Mon Sep 17 00:00:00 2001 From: looskie <50378828+Looskie@users.noreply.github.com> Date: Fri, 25 Jun 2021 23:36:49 -0400 Subject: [PATCH] Fix: Fix alignment issue on safari --- pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/index.tsx b/pages/index.tsx index 52ee44a..89354a9 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -96,6 +96,7 @@ const Main = styled.div` `; const Container = styled.div` + position: relative; backdrop-filter: blur(50px); background: rgb(0, 0, 0, 0.18); border-radius: 10px;