I have a site that works well on every browser, except on Safari. On safari I can scroll horizontally for many thousands of pixels.
Anyone have had this issue?
On your site, you haven't declared overflow-x: hidden
for your html
tag. Adding it seems to solve the problem.