Rollup merge of 21651 - nelsonjchen:add--webkit-overflow-scrolling-touch-to-book-css, r=alexcrichton

This commit is contained in:
Manish Goregaokar 2015-01-29 03:16:52 +05:30
commit d37d2167b2

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