From da09b12a443633ce8d6975a2d2a06668dd3ebcc9 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 2 Nov 2023 11:00:44 -0400 Subject: [PATCH] Change the top 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 5ceba696..56a51e97 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: "76px", + top: "0", bottom: "0", left: "0", right: "0",