Prevent horizontal scroll on jQuery Mobile

前端 未结 3 2001
臣服心动
臣服心动 2021-01-22 16:28

Is there a way to prevent horizontal page scroll on a mobile device preferably with CSS only?

Here\'s an example: http://jsfiddle.net/YfLst/15/

Update:<

3条回答
  •  没有蜡笔的小新
    2021-01-22 16:56

    Not with CSS, but you can make your document no wider than the screen and you won't have the issue.

    Otherwise you will have to use a javascript/jquery solution like so: http://forum.jquery.com/topic/scrollview-make-page-not-scrollable

提交回复
热议问题