Skip to content

Commit

Permalink
fix map layering, recenter button was behind map
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Mar 1, 2024
1 parent f6a593a commit 0e92699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/map/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ const Map: React.FC = () => {
borderRadius: 8,
backgroundColor: theme.background,
padding: 12,
zIndex: 10000,
}}
onPress={() => recenterView()}
>
Expand Down

0 comments on commit 0e92699

Please sign in to comment.