From 667cfc3d0706a5c015e0d403116283a378494340 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 2 Nov 2023 09:20:06 -0400 Subject: [PATCH] Put map in its right position --- app/src/frontend/map/map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/map.tsx b/app/src/frontend/map/map.tsx index 56a51e97..5ceba696 100644 --- a/app/src/frontend/map/map.tsx +++ b/app/src/frontend/map/map.tsx @@ -136,7 +136,7 @@ export const ColouringMap: FC = ({ className="map-container" style={{ position: "absolute", - top: "0", + top: "76px", bottom: "0", left: "0", right: "0",