Skip to content

Commit

Permalink
Add momentum scrolling on responsive tables for webkit touch devices
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 authored and mdo committed Aug 22, 2017
1 parent f66fa3f commit c1865b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057

// Prevent double border on horizontal scroll due to use of `display: block;`
Expand Down

0 comments on commit c1865b4

Please sign in to comment.