Procházet zdrojové kódy

fix loading screen

AykutSarac před 2 roky
rodič
revize
5b9879d0ec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
   height: 100vh;
   text-align: center;
   text-align: center;
   background: ${({ theme }) => theme.BLACK_DARK};
   background: ${({ theme }) => theme.BLACK_DARK};
-  z-index: 10;
+  z-index: 100;
 `;
 `;
 
 
 const StyledLogo = styled.h2`
 const StyledLogo = styled.h2`