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:
Nelson Chen 2015-01-25 23:54:19 -08:00
parent 9252525196
commit f7f80ce61a

View file

@ -40,6 +40,7 @@ body {
bottom: 0px;
box-sizing: border-box;
background: none repeat scroll 0% 0% #FFF;
-webkit-overflow-scrolling: touch;
}
#page {