diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-05 19:34:20 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-05 19:34:20 +0100 |
commit | 8ca041169ad618ff074f3e3b375488ae95a7edeb (patch) | |
tree | 9bbebc40e24e14a3984be71b4bc8ffe130905285 /skins | |
parent | 6cfc9bd29720fb49ebc78f7445dcd88286d6468d (diff) | |
download | bugzilla-8ca041169ad618ff074f3e3b375488ae95a7edeb.tar.gz bugzilla-8ca041169ad618ff074f3e3b375488ae95a7edeb.tar.xz |
Bug 1428079 - No horizontal scrollbar when bug summary is very long or narrow browser width
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 3 |
1 files changed, 1 insertions, 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; } |