Skip to content

Commit

Permalink
Merge pull request #10057 from sambowler/patch-1
Browse files Browse the repository at this point in the history
Fix responsive table scrolling on Windows Phone 8.
  • Loading branch information
mdo committed Aug 24, 2013
2 parents 0a2ec55 + 343fd1b commit d82030f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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;
-webkit-overflow-scrolling: touch;

Expand Down

0 comments on commit d82030f

Please sign in to comment.