Rollup merge of 21651 - nelsonjchen:add--webkit-overflow-scrolling-touch-to-book-css, r=alexcrichton
This commit is contained in:
commit
d37d2167b2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user