浏览代码

fix loading screen

AykutSarac 2 年之前
父节点
当前提交
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`