From 22c13e26b52e090292e41746fc24839182fc8f12 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 6 Oct 2023 12:31:21 -0400 Subject: [PATCH] Add attributes to the media mapcontainer --- app/src/frontend/map/map.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index 95ad9e0e..3c9195e1 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -10,6 +10,8 @@ .map-container { top: 0; left: 470px; + height: 100%; + width: 100%; } } .leaflet-container {