Disable forced touch gestures on IE and Edge

Fixes issue discussed in #613
This commit is contained in:
Samuel Mannehed 2016-10-20 00:01:33 +02:00
parent 8473635a09
commit d6cb04aa6b
1 changed files with 1 additions and 0 deletions

View File

@ -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;