滚动条什么时候应该没有?

时间:2014-11-05 15:35:01

标签: overflow scrollbars

我已将滚动条设置为自动,但它们仍会显示,但网站的内容很少。我只是看不到,这里有什么不对。

CSS代码:

html {height: 100%; overflow: auto; margin: 0;}
body {background: url(random_img.php) no-repeat top left fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; margin: 0; height: 100%; font-size: 1rem; font-family: Cabin, Helvetica, Roboto, Arial, sans-serif;}
#stage {margin: 2% auto 0 auto; padding: 0; min-height: 100%; width: 58.75rem;}

示例网站:ivanschneider.com

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

我只需要删除高度:100%来自html。

相关问题