浏览代码

fix zIndex on communityBtn

iynewz 3 年之前
父节点
当前提交
6fa2f7e248
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/src/components/menu/CommunityBtn.tsx

+ 1 - 1
client/src/components/menu/CommunityBtn.tsx

@@ -18,7 +18,7 @@ const getStyles = makeStyles((theme: Theme) => ({
     position: 'absolute',
     right: theme.spacing(3),
     width: theme.spacing(5),
-    zIndex: 1,
+    zIndex: 3,
   },
   menuBtn: {
     border: '1px solid #E9E9ED',