diff --git a/src/components/Bullet.tsx b/src/components/Bullet.tsx index 5c79e86871..50f69bdb26 100644 --- a/src/components/Bullet.tsx +++ b/src/components/Bullet.tsx @@ -541,9 +541,8 @@ const Bullet = ({ }), )} style={{ - marginTop: -extendClickHeight, - marginLeft: -extendClickWidth + marginLeft, - marginBottom: -extendClickHeight - 2, + top: -extendClickHeight, + left: -extendClickWidth + marginLeft, paddingTop: extendClickHeight, paddingLeft: extendClickWidth, paddingBottom: extendClickHeight + 2,