Skip to content

Commit

Permalink
Fix bug in iOS>=16.4 where the right side of a rotation-container was…
Browse files Browse the repository at this point in the history
… not interactive
  • Loading branch information
sisou committed Oct 22, 2023
1 parent 8d2339a commit da4da27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FlippableHandler.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
display: flex;
flex-direction: column;
align-items: center;
pointer-events: none;
}

#rotation-container.disable-transition {
Expand All @@ -30,6 +31,7 @@
backface-visibility: hidden;
overflow: hidden;
margin: inherit;
pointer-events: auto;
}

#rotation-container > .page.display-flex:not(:target) { /* :not(:target) is only required for specificity */
Expand Down

0 comments on commit da4da27

Please sign in to comment.