Commit ac3521fe authored by Mark Otto's avatar Mark Otto
Browse files

Remove WebKit overflow scrolling for now

parent 6ce154c7
Showing with 0 additions and 3 deletions
+0 -3
...@@ -276,7 +276,6 @@ table { ...@@ -276,7 +276,6 @@ table {
html { html {
font-size: 62.5%; font-size: 62.5%;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
html { html {
font-size: 62.5%; font-size: 62.5%;
// Touch the Mobile Magic™
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment