Line that separates task from calendar full screen

Hello

In the gantt chart the line that separates the task list from the calendar goes all the way down the screen. I have attached a screen shot. Is it possible to get it to stop at the end of the task list and not extend like this. It looks ok on a plain page like the screenshot but if you have the gantt chart on a page with other elements it looks a bit daft

Thanks


Hi,
you may try following config gantt.config.autosize = true;
docs.dhtmlx.com/gantt/api__gantt … onfig.html

If it’s enabled, gantt will set its height based on content height, not on the container height