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

Safari support #3

Open
sometimesfood opened this issue May 7, 2022 · 2 comments · May be fixed by #12
Open

Safari support #3

sometimesfood opened this issue May 7, 2022 · 2 comments · May be fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@sometimesfood
Copy link

Hi Petar,

great project, love the bookshelf idea.

Just wanted to let you know that the bookshelf ist not displayed correctly on Safari (Safari 15.4, macOS 12.3.1).

Here's a screenshot to illustrate the problem:
bookshelf-safari

Here's how the same bookshelf is rendered on Chrome:
bookshelf-chrome

@petargyurov petargyurov added the bug Something isn't working label May 8, 2022
@petargyurov petargyurov self-assigned this May 8, 2022
@petargyurov
Copy link
Owner

Hey, thanks for reporting that and giving examples. Will investigate.

@idontbyte
Copy link

One option is to use translate3d

  .book {
    transform: translate3d(0,0,0);
  }
  
  .book:hover {
    transform: rotateX(-25deg) rotateY(-40deg) rotateZ(-15deg) translate3d(150px, 60px, 300px);
  }

An alternative rather than a fix, though I quite like the effect.

@petargyurov petargyurov linked a pull request Sep 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants