Skip to content

Commit

Permalink
(less) Fix responsive table scrolling on Windows Phone 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
sambowler committed Aug 23, 2013
1 parent f7ab500 commit 94029de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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;

// Tighten up spacing and give a background color
Expand Down

0 comments on commit 94029de

Please sign in to comment.