From d74e5dbed5c9eee1ebcd5a8ed120e355e760e0a0 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 9 May 2014 08:41:27 -0500 Subject: [PATCH] use touch-action: none instead of manipulation --- scss/_scaffolding.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 464e24b601..e928ddb2b0 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -12,8 +12,8 @@ html { overflow: hidden; - -ms-touch-action: manipulation; - touch-action: manipulation; + -ms-touch-action: none; + touch-action: none; } body,