X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=876adfd7525e771696bb0dfa1d5eedd6e0fee7cd;hp=9f48e39f50ca3eae6d3af7865c01d7c47b5ab85a;hb=a8bf8480acfe206315bc3e2a419340723a226eac;hpb=510b495eb0b7aba46d6a78dd7efa93aea92d997a diff --git a/gitweb.css b/gitweb.css index 9f48e39..876adfd 100755 --- a/gitweb.css +++ b/gitweb.css @@ -359,7 +359,8 @@ span.refs a { ---------------------------------------------------------------------------- */ .patchset { - overflow: auto; + overflow-x: auto; + overflow-y: hidden; } .chunk_header { @@ -433,4 +434,4 @@ span.match { td.error { color: red; background: yellow; -} \ No newline at end of file +}