htmlcsssafarioverflow

overflow-x: hidden, is not working in safari


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?


Solution

  • On your site, you haven't declared overflow-x: hidden for your html tag. Adding it seems to solve the problem.