From e0dc9bd275a61e6eb6fde0356d54cc4072ae7a71 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Mon, 26 Jan 2015 02:28:51 -0800 Subject: [PATCH] Add same "-webkit-overflow-scrolling: touch" to the table of contents in the book. --- src/rustbook/css.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rustbook/css.rs b/src/rustbook/css.rs index 44c603e01edc..7af95350c95e 100644 --- a/src/rustbook/css.rs +++ b/src/rustbook/css.rs @@ -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 {