소스 검색

fix loading screen

AykutSarac 3 년 전
부모
커밋
5b9879d0ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Loading/index.tsx

+ 1 - 1
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`