Skip to content

Commit

Permalink
Fix height in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Dec 24, 2024
1 parent d3343e2 commit c99eb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const satellites = [
export default function App() {
return (
<Map
style={{ height: "100vh" }}
style={{ height: "100dvh" }}
mapStyle="https://demotiles.maplibre.org/style.json"
>
<SatelliteMarkers satellites={satellites} />
Expand Down

0 comments on commit c99eb72

Please sign in to comment.