]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge pull request #10057 from sambowler/patch-1
authorMark Otto <markdotto@gmail.com>
Sat, 24 Aug 2013 06:19:05 +0000 (23:19 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 24 Aug 2013 06:19:05 +0000 (23:19 -0700)
Fix responsive table scrolling on Windows Phone 8.

1  2 
less/tables.less

index c3c3891103bd9b1876914f887af0e9a733731ddf,0a71ce1ef9eb667ec40ef5e9c3ab728dea738962..bd86db2e4ab8417a38c5edf36347354e2ba9be2d
@@@ -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 {