网站上缺少水平滚动条 [英] horizontal scroll bar missing from the website

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

问题描述

网站链接

上面的链接一开始是一个响应站点.但是由于内容的性质,不得不添加很多表格等,现在当我在浏览器中放大网站时,它不会显示任何水平滚动条,当我尝试在其上查看它时也是如此电话.

The above link was a responsive site in the start. But due to the nature of the content, had to add a lot of tables etc and now when i zoom in the website on my browser ,it is does not show any horizontal scroll bars and same goes for when i try to view it on my phone.

我尝试了不同的方法,例如向身体添加了overflow-x:auto并消除了所有的overflow:隐藏,但仍然无法看到我的整个网站被放大.

i tried different ways like adding overflow-x:auto to the body and removing all the overflow: hidden but still am unable to see my whole website enlarged.

任何帮助将不胜感激

推荐答案

删除此内容

body {
    overflow-x: hidden;
}

还有这个

#art-main {
    overflow: hidden;
    width: 100%;
}

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

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