How to disable scrollbars on Gantt chart Tasks (gantt_row and gantt_tree_content)

Suddenly I started seeing this issue when rendering the Gantt chart, why could this be happening? and how can I disable the scrollbars?

Thank you very much!

Alright I found this weird behavior that may help other people:
I am using Angular, and after including the following decorator
encapsulation: ViewEncapsulation.None on my component, the Gantt chart started including those scrollbars, not sure if there is a solution or any workaround, but the easiest fix has been just removing the decorator which is not critical no the application