Put map in its right position

This commit is contained in:
Alireza Adli 2023-11-02 09:20:06 -04:00
parent 311baff7ee
commit 667cfc3d07

View File

@ -136,7 +136,7 @@ export const ColouringMap: FC<ColouringMapProps> = ({
className="map-container" className="map-container"
style={{ style={{
position: "absolute", position: "absolute",
top: "0", top: "76px",
bottom: "0", bottom: "0",
left: "0", left: "0",
right: "0", right: "0",