smit-happens / WhiteboardProject

Web based whiteboard project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cursor type

YoungMaker opened this issue · comments

commented

The cursor over the top canvas is the default cursor. The underlying canvas has the css property cursor: crosshair; but the top canvas does not.

To fix, add the cursor: crosshair; to the overlay canvas' CSS.

Fixed with commit 5b672ba