From 5b9879d0ec5b4e3b9db0e7a0463164f96b09fc63 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Thu, 1 Sep 2022 23:52:45 +0300 Subject: [PATCH] fix loading screen --- src/components/Loading/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Loading/index.tsx b/src/components/Loading/index.tsx index 9cd363a..b8ceca5 100644 --- a/src/components/Loading/index.tsx +++ b/src/components/Loading/index.tsx @@ -15,7 +15,7 @@ const StyledLoading = styled.div` height: 100vh; text-align: center; background: ${({ theme }) => theme.BLACK_DARK}; - z-index: 10; + z-index: 100; `; const StyledLogo = styled.h2`