The mint-ui html5 mobile phone hides beyond the screen and the scroll bar does not appear.

the html5 on the mobile phone is hidden from scrolling when it exceeds the phone screen, but overflow:hidden is not set in the page. The approximate page is as follows:
< div class= "filterContent" v show = "baseInfoShow" >

  <span class="title"></span>

< / div >
< style >
.filterContent {
display: inline-block;
padding-left:4%;
width:90%;
}
.title {
display:block;
clear:both;
color:-sharp999999;
margin-top:12px;
margin-bottom:7px;
font-size:0.8em
}
< / style >

in addition,
< meta charset= "utf-8" name="viewport" content="width=device-width,height=device-height,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1" > is set

Menu