bjornd / jvectormap

jvectormap.com
GNU Affero General Public License v3.0
1.38k stars 431 forks source link

Scrolling the page by touch on any other svg is not working #459

Open dieegorenan opened 4 years ago

dieegorenan commented 4 years ago

Hi, I'm having a problem on all other charts available on my project. It's not possible to scroll the page by touching on a svg chart.

I came across this css. Should this css be more restrictive?

svg {
  touch-action: none;
}