set the sizes of the vertical (width) and horizontal (height) scrolls
gantt.config.scroll_size = 20;
gantt.init("gantt_here");
If not specified, Gantt will use the default scrollbar width of the browser since styles of the scrollbar element vary depending on the browser.
Back to top