solved overlapping issue

This commit is contained in:
aksinghania 2024-06-22 04:18:38 +05:30
parent 33d70c7118
commit f4b38220fe

View file

@ -71,8 +71,8 @@ const Prizes = ({
px: '20px',
color: '#FFEEC6',
position: 'absolute',
top: '-15px',
left: '-12px',
top: '-22px',
left: '-40px',
zIndex: 1,
transform: `rotate(${ticketRotation}deg)`
}}