stencila/designa

Graph: Change cursor to `grab` to indicate that the view can be panned

Closed this issue · 0 comments

Currently there is no indication that the canvas can be moved around, to do so we should add the following CSS to the canvas

`cursor: grab;`

image