react-card-flip icon indicating copy to clipboard operation
react-card-flip copied to clipboard

preserve-3d is causing issues in Chrome v94.x

Open mjangir opened this issue 3 years ago • 3 comments

After upgrading Chrome to version 94, half of the content in react card flip is not interactive. I tried to debug it and found that disabling transformStyle preserve-3d works fine.

mjangir avatar Sep 29 '21 11:09 mjangir

Can you provide an example of this? I am on Chrome v96 and everything here https://aaronccwong.github.io/react-card-flip/ works for me as expected.

AaronCCWong avatar Dec 04 '21 18:12 AaronCCWong

persepctive : 1000px is applying to the main container, instead there is another contianer wrapping the front and back divs

image

.react-card-flip is having the perspective property, instead .react-card-flipper must have it

ashishsurya avatar Jun 11 '23 07:06 ashishsurya

#125 should fix the perspective property.

fwcd avatar Feb 29 '24 02:02 fwcd

https://github.com/AaronCCWong/react-card-flip/releases/tag/v1.2.3 includes the fix for this

AaronCCWong avatar May 31 '24 03:05 AaronCCWong