]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
In scrolling tables, change overflow-y: scroll; to overflow-x: auto; #7117
authorGeoff Kimball <geoff@zurb.com>
Fri, 18 Dec 2015 00:51:08 +0000 (16:51 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 18 Dec 2015 00:51:08 +0000 (16:51 -0800)
scss/components/_table.scss

index 155c7259eae9090a38399651b5804cbd1fcbb59a..79d43eef92eecbea11122e66f93c519514aacb7c 100644 (file)
@@ -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.