# task_scroll_offset

### Description

@short: Sets the offset (in pixels) of the nearest task from the left border in the timeline

@signature: task_scroll_offset: number

### Example

~~~jsx
gantt.config.task_scroll_offset = 120;
gantt.init("gantt_here");
~~~

**Default value:** 100
