From c1865b4563f02f8d11591dc23b05778bd045bc7c Mon Sep 17 00:00:00 2001 From: Patrick Yeo Date: Mon, 12 Jun 2017 13:29:55 -0700 Subject: [PATCH] Add momentum scrolling on responsive tables for webkit touch devices --- scss/_tables.scss | 1 + 1 file changed, 1 insertion(+) 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;`