]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix responsive table scrolling on Windows Phone 8. 10057/head
authorSam Bowler <s.bowlerr@googlemail.com>
Fri, 23 Aug 2013 06:53:09 +0000 (07:53 +0100)
committerSam Bowler <s.bowlerr@googlemail.com>
Fri, 23 Aug 2013 06:53:09 +0000 (07:53 +0100)
less/tables.less

index 7543b165a2eea45b3facaf419ae8509b87456e17..0a71ce1ef9eb667ec40ef5e9c3ab728dea738962 100644 (file)
@@ -176,7 +176,7 @@ table {
 
 // Responsive tables
 //
-// Wrap your tables in `.table-scrollable` and we'll make them mobile friendly
+// Wrap your tables in `.table-responsive` and we'll make them mobile friendly
 // by enabling horizontal scrolling. Only applies <768px. Everything above that
 // will display normally.
 
@@ -186,6 +186,7 @@ table {
     margin-bottom: 15px;
     overflow-y: hidden;
     overflow-x: scroll;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
     border: 1px solid @table-border-color;
 
     // Tighten up spacing and give a background color