diff --git a/css/map.css b/css/map.css index 73da09b55..885c8195c 100644 --- a/css/map.css +++ b/css/map.css @@ -32,6 +32,10 @@ g.point circle { fill:#fff; } +g.point image { + pointer-events: none; +} + g.point .shadow { fill: none; pointer-events: all;