From d6cb04aa6bda6ae41248a986e98562a6db1292ab Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 20 Oct 2016 00:01:33 +0200 Subject: [PATCH] Disable forced touch gestures on IE and Edge Fixes issue discussed in #613 --- app/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.css b/app/styles/base.css index bd1d5051..cb910986 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -527,6 +527,7 @@ input[type=button]:active, select:active { * scaling will occur. Canvas size depends on remote VNC * settings and noVNC settings. */ #noVNC_canvas { + touch-action: none; position: absolute; left: 0; right: 0;