Skip to content

Commit

Permalink
Remove -webkit-perspective hack (resolves #119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Jun 20, 2024
1 parent 2e1bb29 commit 228bad1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions css/src/modules/ReadiumCSS-pagination-vertical.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
/* Prevents options pop-up when long tap in webkit */
-webkit-touch-callout: none;

/* Fix bug for older Chrome */
-webkit-perspective: 1;

/* Column size will depend on this if we want to make it responsive */
font-size: 100% !important;

Expand Down
3 changes: 0 additions & 3 deletions css/src/modules/ReadiumCSS-pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
/* Prevents options pop-up when long tap in webkit */
-webkit-touch-callout: none;

/* Fix bug for older Chrome */
-webkit-perspective: 1;

/* Column size will depend on this if we want to make it responsive */
font-size: 100% !important;

Expand Down

0 comments on commit 228bad1

Please sign in to comment.