Moved map database disabled banner down to account for search bar
This commit is contained in:
parent
3ce6203745
commit
5df01973e5
@ -109,7 +109,7 @@ function MapTiles({
|
|||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 0,
|
top: "39px",
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
|
@ -114,7 +114,7 @@ function TokenTiles({
|
|||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 0,
|
top: "39px",
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
|
Loading…
Reference in New Issue
Block a user