答案 0 :(得分:2)
其中height
导致滚动条出现。
.flower {
background: url("../images/flowers.png") no-repeat scroll 0 0 transparent;
height: 400px;
left: 696px;
position: relative;
top: -360px;
width: 400px;
z-index: 101;
}
对于您正在做的事情,请将top
更改为margin-top
,然后修复它。
答案 1 :(得分:1)
您的问题在43
的{{1}}上:
style.css
将其更改为:
overflow-y: scroll;