html, body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
background: #201E24;
}
.grid-view {
width: 100%;
overflow: hidden;
}
.library .list {
overflow: hidden;
padding-top: 0;
}
虽然我的页面结构和CSS非常简单,但我无法找到阻止Chrome和Android滚动的内容。我已经在这一段时间里摸不着头脑了。
答案 0 :(得分:0)
现在您已移除overflow:hidden
中的media="all" body, .ionic-body
,请尝试以下操作:
height:100%
添加到html,body
height: 1052px;
content has-header grid-view
希望能把它排除在外。
答案 1 :(得分:0)
我不确定我是否遇到了你的问题,但试试这个。
.library .bar-clear{
background:#35323A;
position:relative;
}
.has-header{
top:0px;
}