This question is dealing with the same issue as found here
The problem is that I can't get the overflow-x: hidden; to work. I tried putting it in the html and body first (broke on mobile, which is why I found this question) and then the main solution - putting it in a wrapper. I probably missed something simple so go easy on me please :)
Website in question here
Current wrapper div (css):
wrap {
overflow-x: hidden;
position: fixed;
}