Added more padding to token drag overlay to avoid problems with ios gesture bar
This commit is contained in:
parent
4299467757
commit
012086745f
@ -110,7 +110,7 @@ function TokenDragOverlay({
|
|||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
bottom: "24px",
|
bottom: "32px",
|
||||||
left: "50%",
|
left: "50%",
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
transform: isRemoveHovered
|
transform: isRemoveHovered
|
||||||
|
Loading…
Reference in New Issue
Block a user