Nope better way without scrollbars which is as follows:
In your css locate:
code:
div.main{
padding-left: 8px;
background-color: #F3F4F7;
width: 95%;
height: 300px;
border-left: #19B7F1 1px solid;
border-right: #1286E1 1px solid;
font-size: 9px;
}
and change
code:
height: 300px;
to
code:
height:auto;
According to what I'm seeing on my computer it works but I'm not 100% sure.