From ac3521fef4f69bfc025677e9d3020fb39de35f73 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Sun, 16 Jun 2013 10:56:30 -0700
Subject: [PATCH] Remove WebKit overflow scrolling for now

---
 docs/assets/css/bootstrap.css | 1 -
 less/scaffolding.less         | 2 --
 2 files changed, 3 deletions(-)

diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 33833789ca..4b1a683f49 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -276,7 +276,6 @@ table {
 
 html {
   font-size: 62.5%;
-  -webkit-overflow-scrolling: touch;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 8c6a5af6c2..9f5739710c 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -16,8 +16,6 @@
 
 html {
   font-size: 62.5%;
-  // Touch the Mobile Magicâ„¢
-  -webkit-overflow-scrolling: touch;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 
-- 
GitLab