소스 검색

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',