How do I get scrollbars to show in Mobile Safari?

Assuming you are using iOS5.0 or later, I think you have to use the following: -webkit-overflow-scrolling: auto (this is default style) auto: One finger scrolling without momentum. The other available style is -webkit-overflow-scrolling: touch touch: Native-style scrolling. Specifying this style has the effect of creating a staking context (like opacity, masks, and transforms). Using touch … Read more