use dvh for mobile

This commit is contained in:
Will Freeman
2024-10-18 17:06:14 -05:00
parent 0bca9b0485
commit 83d6159870

View File

@@ -236,7 +236,7 @@ onMounted(() => {
<style scoped>
.map-container {
width: 100%;
height: calc(100vh - 64px);
height: calc(100dvh - 64px);
overflow: auto;
}