diff --git a/public/js/eventHandler.js b/public/js/eventHandler.js index 5ce2b23..219b83f 100644 --- a/public/js/eventHandler.js +++ b/public/js/eventHandler.js @@ -16,7 +16,7 @@ export function initEvents(map){ editMode = true; markerFormContainer.style.display = 'flex'; noticeCoordsPicker.style.display = 'block'; - document.getElementById('map').style = 'cursor: url("/img/marker-icon13.png"), auto;'; + document.getElementById('map').style = 'cursor: url("/img/marker-icon13.png") 7 21, auto;'; };