Add momentum scrolling on responsive tables for webkit touch devices

This commit is contained in:
Patrick Yeo 2017-06-12 13:29:55 -07:00 committed by Mark Otto
parent f66fa3fa2b
commit c1865b4563
1 changed files with 1 additions and 0 deletions

View File

@ -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;`