Skip to content

Commit

Permalink
Center-me button is missing on the map
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit6789 committed Jan 20, 2025
1 parent bc29231 commit 4354181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapView/MapViewImpl.website.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const MapViewImpl = forwardRef<MapViewHandle, MapViewProps>(
mapLib={mapboxgl}
mapboxAccessToken={accessToken}
initialViewState={initialViewState}
style={StyleUtils.getTextColorStyle(theme.mapAttributionText)}
style={{...StyleUtils.getTextColorStyle(theme.mapAttributionText), zIndex: -1}}
mapStyle={styleURL}
interactive={interactive}
>
Expand Down

0 comments on commit 4354181

Please sign in to comment.