Skip to content

Commit

Permalink
Overwrite leaflet-interactive to make the crosshair cursor always set
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design committed Nov 24, 2024
1 parent abe8408 commit 0edf19d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/layers.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
.geoman-draw-cursor {
cursor: crosshair;
}
.geoman-draw-cursor .leaflet-interactive {
cursor: crosshair;
}

.rect-style-marker,
.rect-start-marker {
Expand Down

0 comments on commit 0edf19d

Please sign in to comment.