I am having a problem in my CSS on iPad ONLY. It’s a problem only when I have the #wrapper have Native iOS 5 Scrolling (-webkit-overflow-scrolling). I know something is clashing but I can’t figure out how to fix it. overlow: hidden; is enabled on both.
It should look like 
But It looks like this on iPad only when -webkit-overflow-scrolling is enabled

It’s because I figured out the problem. The overflow:hidden; on the images are clashing with the -webkit-overflow-scrolling:touch; on the wrapper around the whole page