From 8ca041169ad618ff074f3e3b375488ae95a7edeb Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Fri, 5 Jan 2018 13:34:20 -0500 Subject: Bug 1428079 - No horizontal scrollbar when bug summary is very long or narrow browser width --- skins/standard/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- cgit v1.2.3-24-g4f1b