Moved map database disabled banner down to account for search bar

This commit is contained in:
Mitchell McCaffrey 2020-10-23 20:50:37 +11:00
parent 3ce6203745
commit 5df01973e5
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",