2015-07-03 38 views
0
殘疾人工作

網址:http://bit.ly/1GUzfPx滾動在Chrome

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

爲什麼使用'overflow:hidden;'如果你想垂直滾動?或者我誤解了你的問題? – jaunt

+0

要清除浮動,但刪除浮動也沒有任何影響。 – 3zzy

+0

在督察中刪除它爲我工作。我在'media =「全部」body,.ionic-body「中禁用了」overflow:hidden「,現在我可以滾動了。 – jaunt

回答

0

現在已取出overflow:hiddenmedia="all" body, .ionic-body,請嘗試以下方法:

  • 添加height:100%html,body
  • content has-header grid-view

的內嵌樣式刪除height: 1052px;並希望進行排序出來。

0

我不知道如果我有你的問題,但試試這個。

.library .bar-clear{ 
    background:#35323A; 
    position:relative; 
} 

.has-header{ 
    top:0px; 
}