AaronCCWong / react-card-flip

React component for card flipping animation.
https://aaronccwong.github.io/react-card-flip
MIT License
337 stars 64 forks source link

Horizontal flip bug #118

Open habitmann opened 1 year ago

habitmann commented 1 year ago

When the horizontal flip occurs, the div just go down some pixels (something like 10px)

cbarbemuller commented 11 months ago

I have the same issue that I solve by removing the margin that I have add on my Card. If it my help :)