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 #127

Closed yangchristina closed 3 months ago

yangchristina commented 3 months ago

fixes #120

front has z-index but back doesn't. Adds z-index to back if flipped, so back is visible when flipped.

AaronCCWong commented 3 months ago

Thanks for your help on this!