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`