From 8cb9e8b0d1c241121e37411972373220843220a8 Mon Sep 17 00:00:00 2001 From: otacke Date: Fri, 31 Mar 2017 13:57:11 +0200 Subject: [PATCH] remove non standard touch CSS --- styles/h5p.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/h5p.css b/styles/h5p.css index 66d3521..9876d3a 100755 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -35,7 +35,6 @@ html.h5p-iframe, html.h5p-iframe > body { -khtml-user-select: none; -ms-user-select: none; -moz-user-select: none; - -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }