mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 03:31:58 +00:00
FIX: css touch-action
ensure to put this to make touch working
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user