2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Remove WebKit overflow scrolling for now

This commit is contained in:
Mark Otto
2013-06-16 10:56:30 -07:00
parent 6ce154c7ed
commit ac3521fef4
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -276,7 +276,6 @@ table {
html {
font-size: 62.5%;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
-2
View 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);
}