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

Chromium does not show credit card data #16

Open
aloupfor opened this issue Oct 30, 2019 · 1 comment
Open

Chromium does not show credit card data #16

aloupfor opened this issue Oct 30, 2019 · 1 comment

Comments

@aloupfor
Copy link

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.

Screenshot from 2019-10-30 10-43-11

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.

Screenshot from 2019-10-30 10-43-16

@sauronntrr
Copy link

sauronntrr commented Dec 4, 2021

.card-item__side {
    /* transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg); */
    /* transform-style: preserve-3d; */
}

Thanks a lot!!

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

2 participants