Skip to content

Commit

Permalink
Merge pull request #592 from WildMeOrg/confirm-match-button
Browse files Browse the repository at this point in the history
increase confirm match button zIndex
  • Loading branch information
TanyaStere42 committed Oct 25, 2023
2 parents 41af11b + eb31b29 commit c1ec76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/match/MatchSighting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default function MatchSighting() {
position: 'fixed',
bottom: 16,
right: 40,
zIndex: 1,
zIndex: 10,
borderRadius: 4,
}}
color="primary"
Expand Down

0 comments on commit c1ec76b

Please sign in to comment.