Well, not completely sure if this was the best fix, but adding this resolved the side-scrolling issue:
html {
overflow:hidden;
}
The only weird thing is that scrolling no longer works on desktop when I shrink the browser window for some reason. Any clue why?
Also, if anyone has a better solution, feel free to chime in!