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>`