diff options
| author | Patrick Yeo <[email protected]> | 2017-06-12 13:29:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-22 10:47:52 -0700 |
| commit | c1865b4563f02f8d11591dc23b05778bd045bc7c (patch) | |
| tree | a68c8991f13c87ddcf315516737ba448548ea4ca | |
| parent | f66fa3fa2bf5973bf7a00205044a006009dba982 (diff) | |
| download | bootstrap-c1865b4563f02f8d11591dc23b05778bd045bc7c.tar.xz bootstrap-c1865b4563f02f8d11591dc23b05778bd045bc7c.zip | |
Add momentum scrolling on responsive tables for webkit touch devices
| -rw-r--r-- | scss/_tables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 7804db620..32384391e 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -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;` |
