]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1429220 - Issues with the new fixed header implementation
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 9 Jan 2018 22:39:37 +0000 (17:39 -0500)
committerDylan William Hardison <dylan@hardison.net>
Tue, 9 Jan 2018 22:39:37 +0000 (17:39 -0500)
skins/standard/global.css

index 1677d32712da472d3838f80733d2006d6bbc6a4f..7804bfe06d3ab70bfcd5f5174b5e075ebba0cce9 100644 (file)
@@ -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);