I have an h-scroll that only happens on Safari (MAC).
For this site:
What's strange is that for the body tag I put overflow-x: hidden, but that doesn't work.
Any advice? Again, I only see this on MAC Safari.
CSS:
body {
color: #333;
font: 20px "Lato", Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.75;
height: 100%;
overflow-x: hidden;
width: 100%;
}