use touch-action: none instead of manipulation

This commit is contained in:
Adam Bradley
2014-05-09 08:41:27 -05:00
parent 8d34ab286e
commit d74e5dbed5

View File

@@ -12,8 +12,8 @@
html {
overflow: hidden;
-ms-touch-action: manipulation;
touch-action: manipulation;
-ms-touch-action: none;
touch-action: none;
}
body,