From 27561ec7522cadb18ceb062c464d8cc15e55c317 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:29 -0700 Subject: [PATCH] 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 {