Commit 83cbc0eb authored by vitalybuka's avatar vitalybuka Committed by Commit bot

Move html.height=100% from uber.css to chrome_shared.css.

Now settings page from Chrome OS does not apply uber.css.

BUG=178819,412272

Review URL: https://codereview.chromium.org/613683004

Cr-Commit-Position: refs/heads/master@{#297493}
parent c08f89f5
......@@ -2,10 +2,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
html {
height: 100%; /* For printing. */
}
body {
/* http://crbug.com/129406 --- horizontal scrollbars flicker when changing
* sections. */
......
......@@ -15,6 +15,10 @@
display: none !important;
}
html {
height: 100%; /* For printing. */
}
html.loading * {
-webkit-transition-delay: 0 !important;
-webkit-transition-duration: 0 !important;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment