From: Patrick Yeo Date: Mon, 12 Jun 2017 20:29:55 +0000 (-0700) Subject: Add momentum scrolling on responsive tables for webkit touch devices X-Git-Tag: v4.0.0-beta.2~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1865b4563f02f8d11591dc23b05778bd045bc7c;p=thirdparty%2Fbootstrap.git Add momentum scrolling on responsive tables for webkit touch devices --- diff --git a/scss/_tables.scss b/scss/_tables.scss index 7804db620f..32384391e1 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;`