From b095228f378dce124e55eebf22db3cc70d433e3c Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:28 -0700 Subject: [PATCH] Fix after moving svg into container div --- style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 19c74cf..9954d29 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,5 @@ body { margin: 0; - max-height: 100vh; display: flex; overflow: hidden; } @@ -8,13 +7,13 @@ body { #map-container { flex-basis: 100%; position: relative; + max-height: 100vh; } svg { background-color: darkgray; - /* flex-basis: 100%; */ - /* max-height: 50vh; */ - /* max-height: 100vw; */ + width: 100%; + height: 100%; } svg text {