diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-09 23:39:37 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-09 23:39:37 +0100 |
commit | 97b6836127618dcfe0b3da72f8748a5cbba3bb8a (patch) | |
tree | 4787ba927eccf091ccf3d163c6b0025862f4fe16 /skins/standard | |
parent | b2a62ff40dac527676ac1ece441f17f7ce85170a (diff) | |
download | bugzilla-97b6836127618dcfe0b3da72f8748a5cbba3bb8a.tar.gz bugzilla-97b6836127618dcfe0b3da72f8748a5cbba3bb8a.tar.xz |
Bug 1429220 - Issues with the new fixed header implementation
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 3 |
1 files changed, 2 insertions, 1 deletions
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); |