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
|
||||
sx={{
|
||||
position: "absolute",
|
||||
top: 0,
|
||||
top: "39px",
|
||||
left: 0,
|
||||
right: 0,
|
||||
textAlign: "center",
|
||||
|
@ -114,7 +114,7 @@ function TokenTiles({
|
||||
<Box
|
||||
sx={{
|
||||
position: "absolute",
|
||||
top: 0,
|
||||
top: "39px",
|
||||
left: 0,
|
||||
right: 0,
|
||||
textAlign: "center",
|
||||
|
Loading…
Reference in New Issue
Block a user