]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add momentum scrolling on responsive tables for webkit touch devices
authorPatrick Yeo <patrick.yeo@liferay.com>
Mon, 12 Jun 2017 20:29:55 +0000 (13:29 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 22 Aug 2017 17:47:52 +0000 (10:47 -0700)
scss/_tables.scss

index 7804db620fdd63e6381bb8788728eaf2c132dc5d..32384391e11c08c26669c80fea816787843f343e 100644 (file)
         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;`