AaronCCWong / react-card-flip

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

How do I override the css? #35

Closed simodroussi closed 5 years ago

simodroussi commented 5 years ago

I have an image inside the flipper. I want to change the style of the react-card-front and react-card-back. I want the position to be relative instead of absolute. Is there a way to do that?

simodroussi commented 5 years ago

No one?

AaronCCWong commented 5 years ago

@simodroussi Sorry for taking so long to respond. You can definitely change the style to use relative by overwriting the position of react-card-front and react-card-back but be aware that this can cause issues with the way the card takes up space.

Please refer to this comment for more information: https://github.com/AaronCCWong/react-card-flip/issues/7#issuecomment-302832188