Moved map controls again
This commit is contained in:
parent
06d232f058
commit
36c3e76403
@ -175,10 +175,11 @@ function MapControls({
|
|||||||
sx={{
|
sx={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 0,
|
top: 0,
|
||||||
right: "4px",
|
right: 0,
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
}}
|
}}
|
||||||
|
mx={1}
|
||||||
>
|
>
|
||||||
<IconButton
|
<IconButton
|
||||||
aria-label={isExpanded ? "Hide Map Controls" : "Show Map Controls"}
|
aria-label={isExpanded ? "Hide Map Controls" : "Show Map Controls"}
|
||||||
|
Loading…
Reference in New Issue
Block a user