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

fix safari scroll #120 #126

Closed yangchristina closed 3 months ago

yangchristina commented 3 months ago

Resolves #120

Add translate(1pz) to transform: rotateY(180deg)

Fix found from: https://stackoverflow.com/a/77783582

Edit: Nevermind doesn't work