Browse Source

fix zIndex on communityBtn

iynewz 3 years ago
parent
commit
6fa2f7e248
1 changed files with 1 additions and 1 deletions
  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',
     position: 'absolute',
     right: theme.spacing(3),
     right: theme.spacing(3),
     width: theme.spacing(5),
     width: theme.spacing(5),
-    zIndex: 1,
+    zIndex: 3,
   },
   },
   menuBtn: {
   menuBtn: {
     border: '1px solid #E9E9ED',
     border: '1px solid #E9E9ED',