浏览代码

fix z-index

AykutSarac 2 年之前
父节点
当前提交
b44d968c5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
     }
   `};