From 97b6836127618dcfe0b3da72f8748a5cbba3bb8a Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 9 Jan 2018 17:39:37 -0500 Subject: Bug 1429220 - Issues with the new fixed header implementation --- skins/standard/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index 1677d3271..7804bfe06 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -37,6 +37,7 @@ /* global (begin) */ body { position: absolute; + overflow: hidden; margin: 0; width: 100%; height: 100%; @@ -67,6 +68,7 @@ /* header (begin) */ #header { flex: none; + overflow: auto; border-bottom: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); color: #555; @@ -1194,7 +1196,6 @@ input.required, select.required, span.required_explanation { } body { - min-height: 400px; background: #f6f4ec; background-image: url(../../images/noise.png); background-image: url(../../images/noise.png), -moz-linear-gradient(#d7d3c8, #f6f4ec 400px); -- cgit v1.2.3-24-g4f1b