diff --git a/demo/client/css/pathfinder.css b/demo/client/css/pathfinder.css index 63964b16..5e834b5e 100644 --- a/demo/client/css/pathfinder.css +++ b/demo/client/css/pathfinder.css @@ -106,9 +106,11 @@ button > svg path { } #pf-canvas.pf-draggable { cursor: grab; + cursor: -webkit-grab; } #pf-canvas.pf-draggable.pf-grabbing { cursor: grabbing; + cursor: -webkit-grabbing; } #pf-fps-label { color: white;