Add "-webkit-overflow-scrolling: touch" to book CSS for the page wrapper.
This change permits native momentum scrolling in Safari on iOS in the book.
This commit is contained in:
parent
9252525196
commit
f7f80ce61a
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ body {
|
|||
bottom: 0px;
|
||||
box-sizing: border-box;
|
||||
background: none repeat scroll 0% 0% #FFF;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
#page {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue