From 2f36d4b76c3da1eec8cbca9e03b1364222bee8cf Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sun, 28 Apr 2024 16:37:05 -0700
Subject: Fix map-container not using full viewport height when map is small
---
public/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/style.css b/public/style.css
index b220b88..22f592f 100644
--- a/public/style.css
+++ b/public/style.css
@@ -7,7 +7,7 @@ body {
#map-container {
flex-basis: 100%;
position: relative;
- max-height: 100vh;
+ height: 100vh;
}
svg, object {
--
cgit v1.2.3