Im using Iscroll.js for a project that requires all elements to fit the height of the screen with a large horizontal scroll. My issue is there are certain elements that overflow vertically depending on the amount of content they have.
I have used "overflow-y: scroll" on these elements and it works fine on desktop browsers but not on mobile.
I have tried the webkit prefix -webkit-overflow-scrolling: touch but that also does not work.
the css for my vertical scroll elements is:
white-space: nowrap;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
You can find the site at http://govanhillpeopleshistory.com/dev/