Hey Tom -
We just tested this on an ipad in safari and we're not seeing the issue. It looks like from the screenshot you may be on an older version of iOS and safari. Upgrading should fix your issue.
However, this looks to be a z-index issue. You could probably fix it in your version by explicity specifiing the z-index on the slider container:
Code:
.SFNT .carousel {
margin-top: 20px;
z-index: 1;
}
Leave a comment: