mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add momentum scrolling on responsive tables for webkit touch devices
This commit is contained in:
parent
f66fa3fa2b
commit
c1865b4563
1 changed files with 1 additions and 0 deletions
|
@ -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;`
|
||||
|
|
Loading…
Add table
Reference in a new issue