TabBar Scrollbars

How do I disable scrollbars for all tabs/content areas.

Add next style to the page


.dhx_tabcontent_zone, .dhx_tabcontent_sub_zone{
overflow:hidden;
}