From 0e871bb9574da0349d5c81cfe559f6d400a83ed8 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Mon, 11 Feb 2013 11:53:26 -0500 Subject: [PATCH] Fix shift-click on points in ff --- css/map.css | 4 ++++ 1 file changed, 4 insertions(+) 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;