usgs / earthquake-latest-earthquakes

Mobile friendly, interactive earthquake map and list application.
Other
11 stars 25 forks source link

fault pop-up blocks click #340

Open ehunter-usgs opened 6 years ago

ehunter-usgs commented 6 years ago

When you have an earthquake marker positioned over a fault the hover text actually captures the click and blocks the user from selecting the earthquake. This isn't that big of deal because you can move your mouse and click the earthquake, but if we could just offset the pop-up by one pixel it would solve the problem. Not sure if this is possible?

screen shot 2018-02-28 at 5 36 18 pm

emartinez-usgs commented 6 years ago

I think pointer-events: none in the CSS might do the trick?