Explorar o código

fix zIndex on communityBtn

iynewz %!s(int64=3) %!d(string=hai) anos
pai
achega
6fa2f7e248
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',