From: Mark Otto Date: Sat, 24 Aug 2013 06:19:05 +0000 (-0700) Subject: Merge pull request #10057 from sambowler/patch-1 X-Git-Tag: v3.0.1~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d82030f482023732210814c05d34c2b15b47f3ff;p=thirdparty%2Fbootstrap.git Merge pull request #10057 from sambowler/patch-1 Fix responsive table scrolling on Windows Phone 8. --- d82030f482023732210814c05d34c2b15b47f3ff diff --cc less/tables.less index c3c3891103,0a71ce1ef9..bd86db2e4a --- a/less/tables.less +++ b/less/tables.less @@@ -186,8 -186,8 +186,9 @@@ table margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; + -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid @table-border-color; + -webkit-overflow-scrolling: touch; // Tighten up spacing and give a background color > .table {