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

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

Issue 2665113007: Fix layout of the sync and sign-in error dialogs when the page zoom is increased. (Closed)
Patch Set: Created 3 years, 11 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
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 5d9037c942a96ef6f05100474ac3a5d0fa047045..81ce577f261403961cd5d69483cbc86bb3b7fc08 100644
--- a/chrome/browser/resources/signin/signin_shared_css.html
+++ b/chrome/browser/resources/signin/signin_shared_css.html
@@ -9,10 +9,8 @@
body {
margin: 0;
- /* Scrollbars are hidden as the sign-in dialogs are automatically
- * resized. */
- overflow: hidden;
padding: 0;
+ zoom: reset;
}
paper-button {
@@ -47,9 +45,6 @@
.container {
background-color: white;
color: #333;
- /* Scrollbars are hidden as the sign-in dialogs are automatically
- * resized. */
- overflow: hidden;
width: 448px;
}

Powered by Google App Engine
This is Rietveld 408576698