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

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

Issue 2672433002: Fix layout of the sync and sign-in error dialogs when the page zoom is increased. (Closed)
Patch Set: Fix layout of the sync and sign-in error dialogs when the page zoom is increased. 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 a5d4ed5d47a9662b8ac7741fc6c582767793b9cb..301b20e9fec39288781d18f587079069a2ec4647 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 {
@@ -40,9 +38,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