Chromium Code Reviews| Index: Source/core/css/html.css |
| diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
| index f49b8d398a743ac39b6fb8b31d52783b61f587b8..b757b62bec016c8fdfdb0ea439a4e51c218bbeca 100644 |
| --- a/Source/core/css/html.css |
| +++ b/Source/core/css/html.css |
| @@ -24,7 +24,8 @@ |
| @namespace "http://www.w3.org/1999/xhtml"; |
| html { |
| - display: block |
| + display: block; |
| + scroll-blocks-on: start-touch wheel-event; |
| } |
| /* children of the <head> element all have display:none */ |