FIX: css touch-action

ensure to put this to make touch working
This commit is contained in:
atlasan
2021-10-03 18:12:46 +02:00
parent 8d302bd4f9
commit 4c9c1c60bb

View File

@@ -253,3 +253,8 @@ textarea {
font-size: 1em;
}
.graphcanvas{
/*touch-action: manipulation; WONT WORK*/
/*touch-action: none; DESIDERABLE: implement zoom and pan*/
touch-action: pinch-zoom;
}