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..23d37a3c1574948c520f7e03a0f02e54b554c15a 100644 |
| --- a/Source/core/css/html.css |
| +++ b/Source/core/css/html.css |
| @@ -27,6 +27,10 @@ html { |
| display: block |
| } |
| +:root { |
| + scroll-blocks-on: start-touch wheel-event |
| +} |
| + |
| /* children of the <head> element all have display:none */ |
| head { |
| display: none |