Skip to content

Commit

Permalink
fix: position of old map controls
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Oct 31, 2024
1 parent ef338ff commit 44e7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Maps/Content/Controls/Controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Controls = ({
justifyContent: 'center',
width: '100%',
position: 'absolute',
top: '60px',
top: '200px',
zIndex: 2000,
transform: 'translateX("-50%")',
}}
Expand Down

0 comments on commit 44e7db9

Please sign in to comment.