Moved map controls again

This commit is contained in:
Mitchell McCaffrey 2020-04-20 17:30:59 +10:00
parent 06d232f058
commit 36c3e76403

View File

@ -175,10 +175,11 @@ function MapControls({
sx={{
position: "absolute",
top: 0,
right: "4px",
right: 0,
flexDirection: "column",
alignItems: "center",
}}
mx={1}
>
<IconButton
aria-label={isExpanded ? "Hide Map Controls" : "Show Map Controls"}