diff --git a/src/components/presentational/Map/Events.jsx b/src/components/presentational/Map/Events.jsx index 715e4f0..e2f9992 100644 --- a/src/components/presentational/Map/Events.jsx +++ b/src/components/presentational/Map/Events.jsx @@ -58,6 +58,7 @@ function MapEvents ({ getCategoryColor, categories, projectPoint, styleLocation, return ( { console.log('uo')}} class='location-event-marker' id={`arc_${idx}`} d={arc} diff --git a/src/scss/map.scss b/src/scss/map.scss index 9c9a463..72d0506 100644 --- a/src/scss/map.scss +++ b/src/scss/map.scss @@ -170,7 +170,7 @@ } .location-event-marker { - pointer-events: all; + pointer-events: all !important; fill: $event_default; stroke-width: 0; }