webkit-overflow-scrolling issue with x-axis?

Deabicadinc

New Member
I have a scrollable div with the following css:\[code\]overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling: touch;width:200px;height:500px;\[/code\]However on iOS devices, when the content inside of the div is wider than the div itself, x-axis scrolling is enabled. How do I disable x-axis scrolling?
 
Back
Top