]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Disable forced touch gestures on IE and Edge
authorSamuel Mannehed <samuel@cendio.se>
Wed, 19 Oct 2016 22:01:33 +0000 (00:01 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Wed, 19 Oct 2016 22:13:29 +0000 (00:13 +0200)
Fixes issue discussed in #613

app/styles/base.css

index bd1d50510a064f3e516b6d028122061690911be9..cb9109868d1801cd79c3ea6ac7afc33cc5e32858 100644 (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;