Add same "-webkit-overflow-scrolling: touch" to the table of contents in the book.

This commit is contained in:
Nelson Chen 2015-01-26 02:28:51 -08:00
parent f7f80ce61a
commit e0dc9bd275

View file

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