From: Geoff Kimball Date: Fri, 18 Dec 2015 00:51:08 +0000 (-0800) Subject: In scrolling tables, change overflow-y: scroll; to overflow-x: auto; #7117 X-Git-Tag: v6.1.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e64b6c06e71e1ae133ee29198fcca46450b34a0;p=thirdparty%2Ffoundation%2Ffoundation-sites.git In scrolling tables, change overflow-y: scroll; to overflow-x: auto; #7117 --- diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 155c7259e..79d43eef9 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -130,7 +130,7 @@ $show-header-for-stacked: false !default; @mixin table-scroll { display: block; width: 100%; - overflow-y: scroll; + overflow-x: auto; } /// Slightly darkens the table rows on hover.