-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Refactor pageControls and scroll handling for multi page images (
#321) * Chore: Refactor pageControls and scroll handling for multi page images * Chore: fix conflicts, tests, and small changes
- Loading branch information
Jeremy Press
authored
Aug 29, 2017
1 parent
75b183d
commit f9f511e
Showing
12 changed files
with
542 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ | |
margin: 0; | ||
padding: 0; | ||
touch-action: manipulation; | ||
user-select: none; | ||
vertical-align: middle; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.