Commit c1865b45 authored by Patrick Yeo's avatar Patrick Yeo Committed by Mark Otto
Browse files

Add momentum scrolling on responsive tables for webkit touch devices

parent f66fa3fa
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;`
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment