var map = L.map('map', { dragging: !L.Browser.mobile, tap: !L.Browser.mobile });
This will allow users to scroll the page on mobile, and if they want to scroll the map, use 2 fingers.