Chromium Code Reviews| Index: ui/webui/resources/css/chrome_shared.css |
| diff --git a/ui/webui/resources/css/chrome_shared.css b/ui/webui/resources/css/chrome_shared.css |
| index c5dc338bf8dba4d6aa6d2e4abbf49e4877e6a69d..d2f68902199f86379edfabc47f6705172c0363f2 100644 |
| --- a/ui/webui/resources/css/chrome_shared.css |
| +++ b/ui/webui/resources/css/chrome_shared.css |
| @@ -15,6 +15,10 @@ |
| display: none !important; |
| } |
| +html { |
| + height: 100%; /* For printing. */ |
| +} |
| + |
| html.loading * { |
| -webkit-transition-delay: 0 !important; |
| -webkit-transition-duration: 0 !important; |