Index: chrome/browser/resources/login/screen_container.css |
diff --git a/chrome/browser/resources/login/screen_container.css b/chrome/browser/resources/login/screen_container.css |
index f2dbc69343b09771e0160863f79eb59ce7c883b5..7d856a3bd96fa4f776ea93d4f53e7045a16b01f8 100644 |
--- a/chrome/browser/resources/login/screen_container.css |
+++ b/chrome/browser/resources/login/screen_container.css |
@@ -10,15 +10,12 @@ |
bottom: 51px; /* Leave space for the header bar */ |
display: -webkit-box; |
left: 0; |
+ min-height: 717px; /* This enables scrolling. Min resolution: 1024x768 */ |
position: absolute; |
right: 0; |
top: 0; |
} |
-html[not(screen=lock)] #outer-container { |
- min-height: 717px; /* This enables scrolling. Min resolution: 1024x768 */ |
-} |
- |
.oobe-display #outer-container.down { |
-webkit-perspective: 600px; |
} |