Skip to content

Commit

Permalink
fix: zindex of edit profile button
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Sep 25, 2024
1 parent 16713b2 commit 98dcc01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/User/content/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const UserProfile = observer(() => {
sx={{
alignSelf: ['center', 'flex-end'],
marginBottom: showMemberProfile ? [2, 0] : 0,
zIndex: 2,
}}
to="/settings"
>
Expand Down

0 comments on commit 98dcc01

Please sign in to comment.