styles: UI changes in the gantt blocks (#1099)
This commit is contained in:
parent
cba62f07c0
commit
a01e241523
9 changed files with 25 additions and 27 deletions
|
|
@ -184,7 +184,7 @@ export const getMonthChartItemPositionWidthInMonth = (chartData: ChartDataType,
|
|||
diffMonths -= startDate.getMonth();
|
||||
diffMonths += itemStartDate.getMonth();
|
||||
|
||||
scrollPosition = scrollPosition + diffMonths - 1;
|
||||
scrollPosition = scrollPosition + diffMonths;
|
||||
// position code ends
|
||||
|
||||
// width code starts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue