Hello !
I’m experiencing a similar problem.
In my gantt chart i have dynamically row heights (sets row hight via div-id). The gantt.config.row_height is constant tho. And i think the area which can be visited by scrolling is limited by the number of rows times the constant row_height. So i’m limited to scroll down. When i force to scroll down it jumps back to the “limited scroll area”.
How can i set the “scrollable-area” to something bigger, so i can see my whole chart?
Edit: god… after several hours of research i figured it out godmode
In my js-file somwhere i had to define :
gantt.config.customMaxRowHeight = variable; // variable represents the height of all my dynamic rows… f.e. 1000