Map events are now clickable again

This commit is contained in:
Franc Camps-Febrer
2019-01-31 18:43:39 -05:00
parent 8147af2620
commit 92d2fa9a21
2 changed files with 2 additions and 1 deletions

View File

@@ -170,7 +170,7 @@
}
.location-event-marker {
pointer-events: all;
pointer-events: all !important;
fill: $event_default;
stroke-width: 0;
}