I hope you guys can help me cause I cant seem to wrap my head arroud this. I build a one-page site which works fine, except for one thing, which is the overflow-x:hidden on
if you applied overflow-x:hidden to the body, you might wanna apply to html too.
overflow-x:hidden
body,html { overflow-x:hidden; }