Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2043)

Unified Diff: chrome/browser/resources/settings/settings.html

Issue 2722453003: MD Settings: Eliminate potential 2nd scrollbar when dialog is shown. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698