css
.news
{
min-height: 100%;
width: 100%;
padding:2px;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
position: relative;
}
js
<script>
$(function(){
$('.news').perfectScrollbar({
suppressScrollX: true,
suppressScrollY:false
});
});
</script>
html