滚动已禁用在Chrome中工作

时间:2015-07-03 13:08:29

标签: css google-chrome scroll

网址:http://bit.ly/1GUzfPx

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滚动的内容。我已经在这一段时间里摸不着头脑了。

2 个答案:

答案 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;
}