Merge pull request #1455 from malixsys/patch-5

fix(tap): `touch-action: pan-y` instead of `none`
This commit is contained in:
Adam Bradley
2014-06-05 19:58:01 -07:00

View File

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