Browse Source

fix loading screen

AykutSarac 2 năm trước cách đây
mục cha
commit
5b9879d0ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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`