Skip to content

Commit

Permalink
fix(cursorMarker): Fix visibility of cursorMarker (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design committed Apr 6, 2022
1 parent 87f0dad commit 3500d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/layers.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
.cursor-marker {
cursor: crosshair;
pointer-events: none;
display: none;
opacity: 0;
}

.cursor-marker.visible {
display: block !important;
opacity: 1 !important;
}

.leaflet-pm-invalid {
Expand Down

0 comments on commit 3500d60

Please sign in to comment.