fix: cards overlapping issue (#5727)

Co-authored-by: EYHN <cneyhn@gmail.com>
This commit is contained in:
Muhammad Arsil
2024-02-20 13:57:43 +05:30
committed by LongYinan
parent 6cfe5d4566
commit 9d9f89ef2e
@@ -17,11 +17,11 @@ const paperLocations = {
}, },
'1': { '1': {
x: -240, x: -240,
y: -100, y: -30,
}, },
'2': { '2': {
x: 240, x: 240,
y: -100, y: -35,
}, },
'3': { '3': {
x: -480, x: -480,