Tabbar scrollable in version 6

In version 6.5, how to scroll tabbar, like in version 5 ?

Hello.

I apologize for the delay witrh the reply.
Please, try to add the following css to your page:

<style>
.dhx_tabbar--top .dhx_layout-cell {
    overflow: auto;
}
</style>