Ver Fonte

fix z-index

AykutSarac há 3 anos atrás
pai
commit
b44d968c5d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/Sidebar/index.tsx

+ 1 - 1
src/components/Sidebar/index.tsx

@@ -66,7 +66,7 @@ const StyledElement = styled.div<{ beta?: boolean }>`
       color: ${theme.FULL_WHITE};
       padding: 2px;
       height: 14px;
-      z-index: 2;
+      z-index: 0;
     }
   `};