--- layout: api title: "v1.6.0 API: Scrolling" categories: api version: v1.6.0 permalink: /api/v1.6.0/scrolling --- {% raw %}
If you're planning on having a page that has large amounts of scrolling,
try to avoid a large map height. Having a 'tall' map can cause the user
to get stuck on the map while scrolling. Another way around this is to disable
dragging
for mobile devices: map.dragging.disable();