From 5602245ec0859a5ae7dd9b332ecafa62ffc6a89f Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 5 Oct 2023 15:23:43 -0400 Subject: [PATCH] Change the px to % for width & height --- app/src/frontend/map/layers/city-base-map-layer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/layers/city-base-map-layer.tsx b/app/src/frontend/map/layers/city-base-map-layer.tsx index 3fae452d..eba9f136 100644 --- a/app/src/frontend/map/layers/city-base-map-layer.tsx +++ b/app/src/frontend/map/layers/city-base-map-layer.tsx @@ -23,7 +23,7 @@ export function CityMap() { }, []); return ( -
+
); }