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

Unified Diff: chrome/browser/resources/signin/signin_shared_css.html

Issue 2484263002: Hide scrollbars for the body of the sign-in dialogs. (Closed)
Patch Set: Nits Created 4 years, 1 month 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/signin/signin_shared_css.html
diff --git a/chrome/browser/resources/signin/signin_shared_css.html b/chrome/browser/resources/signin/signin_shared_css.html
index 20eefa87d4e9031adad868a8e6041d0e42d1f92e..a5d4ed5d47a9662b8ac7741fc6c582767793b9cb 100644
--- a/chrome/browser/resources/signin/signin_shared_css.html
+++ b/chrome/browser/resources/signin/signin_shared_css.html
@@ -9,6 +9,9 @@
body {
margin: 0;
+ /* Scrollbars are hidden as the sign-in dialogs are automatically
+ resized.*/
+ overflow: hidden;
padding: 0;
}
@@ -37,6 +40,8 @@
.container {
background-color: white;
color: #333;
+ /* Scrollbars are hidden as the sign-in dialogs are automatically
+ resized.*/
overflow: hidden;
width: 448px;
}
« 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