Commit ac3521fe authored by Mark Otto's avatar Mark Otto

Remove WebKit overflow scrolling for now

parent 6ce154c7
...@@ -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);
} }
......
Markdown is supported
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