]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove WebKit overflow scrolling for now
authorMark Otto <otto@github.com>
Sun, 16 Jun 2013 17:56:30 +0000 (10:56 -0700)
committerMark Otto <otto@github.com>
Sun, 16 Jun 2013 17:56:30 +0000 (10:56 -0700)
docs/assets/css/bootstrap.css
less/scaffolding.less

index 33833789ca47f655db992ac181dea694c66b7ef4..4b1a683f4958fa5dc74f3aa60ac179a869b88e60 100644 (file)
@@ -276,7 +276,6 @@ table {
 
 html {
   font-size: 62.5%;
-  -webkit-overflow-scrolling: touch;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
index 8c6a5af6c2d5e3e9c7383196a185f7c330d43819..9f5739710c62a0974709e33916a3b144e656c550 100644 (file)
@@ -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);
 }