Skip to content

Commit 0edf19d

Browse files
committed
Overwrite leaflet-interactive to make the crosshair cursor always set
1 parent abe8408 commit 0edf19d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/layers.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
.geoman-draw-cursor {
3434
cursor: crosshair;
3535
}
36+
.geoman-draw-cursor .leaflet-interactive {
37+
cursor: crosshair;
38+
}
3639

3740
.rect-style-marker,
3841
.rect-start-marker {

0 commit comments

Comments
 (0)