Esri / bootstrap-map-js

A light-weight JS/CSS extension for building awesome mapping apps with Bootstrap and ArcGIS.
http://esri.github.io/bootstrap-map-js/demo/index.html
Apache License 2.0
365 stars 392 forks source link

InfoTemplate not scroll-able on touch devices #143

Open moiAK opened 9 years ago

moiAK commented 9 years ago

User cannot scroll InfoTemplate content on touch devices (Android, iOS) Example: http://test1.maps.kytc.ky.gov/ugh/templates/fullmap-template/

alaframboise commented 8 years ago

Yip, probably needs an overflow-y: auto.

rralbritton commented 8 years ago

I tried adding that into the CSS and it still doesn't seem to work

Taborgrad commented 6 years ago

Was anyone able to figure this out?