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

Cards sometimes fail on IOS/Safari devices #7

Open
Stevec4 opened this issue Mar 13, 2022 · 0 comments
Open

Cards sometimes fail on IOS/Safari devices #7

Stevec4 opened this issue Mar 13, 2022 · 0 comments

Comments

@Stevec4
Copy link

Stevec4 commented Mar 13, 2022

I was having an issue using the flash cards in safari on an IOS device. After several card flips they would stop working.
By adding overflow: hidden to .card class if solved the issue.
.card { -webkit-perspective: 1600; perspective: 1600; color: #222; display: none; font-family: SchoolBell; font-size: 30px; height: 300px; line-height: 60px; position: relative; width: 500px; overflow: hidden; }

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

1 participant