Skip to content

Commit 1ed4e32

Browse files
committed
Ensure crosshair cursor is shown when zoom box is in use
1 parent 3b522b9 commit 1ed4e32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mapml.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@ summary {
378378
background-color: white;
379379
}
380380

381+
.leaflet-crosshair {
382+
cursor: crosshair;
383+
}
384+
381385
/*
382386
* Visibility hack – mitigates FOUC.
383387
* (https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/154)

0 commit comments

Comments
 (0)