From f6119676c10348f724b9d06668a93a086765dc7b Mon Sep 17 00:00:00 2001 From: Takahiro Miyoshi Date: Tue, 24 Dec 2024 00:24:34 +0900 Subject: [PATCH] Fix height for mobile --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index db89a51..3ca56c4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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}