Skip to content

Commit

Permalink
added padding to the map
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Dec 4, 2023
1 parent ad08568 commit 1306a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/containers/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default function MapContainer() {
dragPan={isHomePage}
onMapViewStateChange={handleMapViewStateChange}
className={cn(isHomePage ? 'cursor-pointer' : 'pointer-events-none cursor-default')}
padding={{ top: 50, bottom: 50, left: 200, right: 300 }}
>
{/* <Controls className="absolute right-5 top-12 z-40 sm:right-6 sm:top-6">
<ZoomControl />
Expand Down

0 comments on commit 1306a92

Please sign in to comment.