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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33520-4eaeb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33520-4eaeb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?