From: Kohei Yoshino Date: Fri, 5 Jan 2018 18:34:20 +0000 (-0500) Subject: Bug 1428079 - No horizontal scrollbar when bug summary is very long or narrow browser... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca041169ad618ff074f3e3b375488ae95a7edeb;p=thirdparty%2Fbugzilla.git Bug 1428079 - No horizontal scrollbar when bug summary is very long or narrow browser width --- diff --git a/skins/standard/global.css b/skins/standard/global.css index ab0a68a11..3a2b87856 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -1143,8 +1143,7 @@ hr { position: relative; outline: none; padding: 0 15px; - overflow-x: hidden; - overflow-y: scroll; + overflow: auto; scroll-behavior: smooth; }