My goal is to have the div ".slide" scroll horizontally only, but for some reason, the entire body is scrolling instead. I'm not sure why.
If you resize the page to mobile and try scrolling horizontally, you'll see what I mean.
Within the div.slide, I have applied the following CSS:
float: left;
width: 620px;
overflow-x: scroll;
background: #ecf2f6;
You can observe the issue here!