]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1428079 - No horizontal scrollbar when bug summary is very long or narrow browser...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Fri, 5 Jan 2018 18:34:20 +0000 (13:34 -0500)
committerDylan William Hardison <dylan@hardison.net>
Fri, 5 Jan 2018 18:34:20 +0000 (13:34 -0500)
skins/standard/global.css

index ab0a68a1119fd53696ace1d0aeec8a3fd39962d5..3a2b87856e24bd37cb2b96ad9627fbfc8c91cdc3 100644 (file)
@@ -1143,8 +1143,7 @@ hr {
     position: relative;
     outline: none;
     padding: 0 15px;
-    overflow-x: hidden;
-    overflow-y: scroll;
+    overflow: auto;
     scroll-behavior: smooth;
 }