Disable forced touch gestures on IE and Edge
Fixes issue discussed in #613
This commit is contained in:
parent
8473635a09
commit
d6cb04aa6b
|
@ -527,6 +527,7 @@ input[type=button]:active, select:active {
|
||||||
* scaling will occur. Canvas size depends on remote VNC
|
* scaling will occur. Canvas size depends on remote VNC
|
||||||
* settings and noVNC settings. */
|
* settings and noVNC settings. */
|
||||||
#noVNC_canvas {
|
#noVNC_canvas {
|
||||||
|
touch-action: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Reference in New Issue