0
I found the solution.
div.panel-container > div
{
padding:30px 26px;
overflow: auto;
height:600px!important;
/* The two settings below should not be changed. */
display: block;
margin:0px;
}
In case the text within one of the tabs is too large, you get nice scroll bars using overflow:auto.