You could also do this with a role on the canvas element.
Create a role called canvas-crosshair
, then add the following to your theme.css
.anvil-role-canvas-crosshair: {
cursor: crosshair;
}
You could also do this with a role on the canvas element.
Create a role called canvas-crosshair
, then add the following to your theme.css
.anvil-role-canvas-crosshair: {
cursor: crosshair;
}