Fix shift-click on points in ff

This commit is contained in:
Ansis Brammanis
2013-02-11 11:53:26 -05:00
parent fe9cf436e5
commit 0e871bb957

View File

@@ -32,6 +32,10 @@ g.point circle {
fill:#fff;
}
g.point image {
pointer-events: none;
}
g.point .shadow {
fill: none;
pointer-events: all;