Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mjangir opened this issue Sep 29, 2021 · 4 comments
Closed

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

mjangir opened this issue Sep 29, 2021 · 4 comments

Comments

@mjangir
Copy link

mjangir commented Sep 29, 2021

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.

@AaronCCWong
Copy link
Owner

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.

@ashishsurya
Copy link

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

@fwcd
Copy link
Contributor

fwcd commented Feb 29, 2024

#125 should fix the perspective property.

@AaronCCWong
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants