Skip to content

Commit

Permalink
Fix swipe-to-turn-page not working in EPUB Reader on iOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Nov 13, 2024
1 parent defa197 commit 8c42f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pdf-reader
4 changes: 4 additions & 0 deletions src/scss/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
box-sizing: border-box;
}

html, body {
overscroll-behavior: none;
}

html,
body,
#zotero-web-library,
Expand Down

0 comments on commit 8c42f87

Please sign in to comment.