Skip to content

Commit

Permalink
Fix height for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Dec 23, 2024
1 parent a6dba8e commit f611967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function App() {
latitude: 35,
zoom: 2,
}}
style={{ height: "100vh" }}
style={{ height: "100dvh" }}
mapStyle="https://tile.openstreetmap.jp/styles/maptiler-basic-en/style.json"
touchPitch={false}
dragRotate={false}
Expand Down

0 comments on commit f611967

Please sign in to comment.