Prevent document from scrolling while in an element on Mobile

137 Views Asked by At

How do I prevent of the body of the html document from scrolling when I am engaging the "moving-images" slider. Currently a simple thumb swipe sends the pages up or down. This is more noticeable on IOS Devices.

<html>
    <body>
    <div class = "content">
    <p>....content </p>
    <div class = "moving-images">
    ...a little slider with images.
    </div>
    <p>....content </p>
    </div>
    </body>
    </html>`
0

There are 0 best solutions below