Hi,
fiddle: http://jsfiddle.net/rq6aukty/4/
In the above fiddle, I have two bubble overlapping and if I hover over intersection of purple and red bubble, red bubble gets selected/highlighted. But the purple bubble is on top of the Red bubble and our issue is I want to highlight the bubble which I am hovering not the bubble underneath. This issue is happening when I hover on the intersection but still I am hovering on the purple bubble but the red bubble gets highlighted.
Is there a way to fix this?