Skip to content

Commit e0dc9bd

Browse files
committed
Add same "-webkit-overflow-scrolling: touch" to the table of contents in the book.
1 parent f7f80ce commit e0dc9bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rustbook/css.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ body {
2929
font-size: 16px;
3030
background: none repeat scroll 0% 0% #FFF;
3131
box-sizing: border-box;
32+
-webkit-overflow-scrolling: touch;
3233
}
3334
3435
#page-wrapper {

0 commit comments

Comments
 (0)