在移动网络上禁用水平滚动 [英] disable horizontal scroll on mobile web

查看:88
本文介绍了在移动网络上禁用水平滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到一个问题,即在我的网站的某些手机上出现了水平滚动条. 我试图放入overflow-x: hidden,但是它不起作用. 宽度是自动的,因此它将实际上自动调整Web的大小以适合屏幕尺寸.除了在Blackberry,诺基亚e52和Windows Mobile中查看时,其他所有电话都可以使用,

I'm having an issue where horizontal scrolls appear on certain phones for my site. I tried to put overflow-x: hidden but it's not working. The width is auto, so that it will actually automatically resize the web to suits the screen size. All other phones are fine except when viewed in blackberry, nokia e52, and Windows mobile, the horizontal scroll will appear.

有什么建议吗?

推荐答案

只需添加以下CSS:

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

这篇关于在移动网络上禁用水平滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆