We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I looked at the live demo and saw that Chromium does not show credit card data.
Browser: Chromium Version 73.0.3683.75
Description
With CSS rules:
.card-item__side { transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg); transform-style: preserve-3d; }
Chromium does not show credit card data.
With CSS rules (commented):
.card-item__side { /* transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg); */ /* transform-style: preserve-3d; */ }
Chromium show credit card data.
The text was updated successfully, but these errors were encountered:
Thanks a lot!!
Sorry, something went wrong.
No branches or pull requests
Hi,
I looked at the live demo and saw that Chromium does not show credit card data.
Browser: Chromium Version 73.0.3683.75
Description
With CSS rules:
Chromium does not show credit card data.
With CSS rules (commented):
Chromium show credit card data.
The text was updated successfully, but these errors were encountered: