aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/map.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes/map.css')
-rw-r--r--src/frontend/app/routes/map.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/app/routes/map.css b/src/frontend/app/routes/map.css
index 3af112a..115df46 100644
--- a/src/frontend/app/routes/map.css
+++ b/src/frontend/app/routes/map.css
@@ -1,6 +1,6 @@
/* Map page specific styles */
.map-container {
- height: calc(100vh - 140px);
+ height: calc(100dvh - 140px);
margin: -16px;
margin-bottom: 1rem;
position: relative;
@@ -12,7 +12,7 @@
top: 0;
left: 0;
width: 100vw;
- height: 100vh;
+ height: 100dvh;
padding: 0;
margin: 0;
max-width: none;
@@ -28,7 +28,7 @@
display: flex;
justify-content: center;
align-items: center;
- height: 100vh;
+ height: 100dvh;
width: 100vw;
font-size: 1.8rem;
font-weight: 600;
@@ -83,4 +83,4 @@
.popup-link:hover {
text-decoration: underline;
-} \ No newline at end of file
+}