| Index: chrome/browser/resources/settings/settings.html
|
| diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
|
| index 2d4d4597a298dffd2ec0f9d20b26e3c4542086fa..191d31446a29da625a27053d41e75eaf2cf3769c 100644
|
| --- a/chrome/browser/resources/settings/settings.html
|
| +++ b/chrome/browser/resources/settings/settings.html
|
| @@ -13,6 +13,11 @@
|
| <!-- Do not add any <link rel="..."> elements below here. Imports outside of
|
| <head> are disallowed by HTML5 and cause undefined behavior that
|
| confuses Polymer's lifecycle methods: crbug.com/638074. -->
|
| + <style>
|
| + html {
|
| + overflow: hidden;
|
| + }
|
| + </style>
|
| </head>
|
| <body>
|
| <settings-ui></settings-ui>
|
|
|