Skip to content

Commit

Permalink
fix: scroll sync (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 authored Feb 13, 2024
1 parent e93bbec commit 247937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/gantt-chart/blocks/blocks-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const GanttChartBlocksList: FC<GanttChartBlocksProps> = observer((props)
className="h-full"
style={{
width: `${itemsContainerWidth}px`,
marginTop: `${HEADER_HEIGHT}px`,
transform: `translateY(${HEADER_HEIGHT}px)`,
}}
>
{blocks?.map((block) => {
Expand Down

0 comments on commit 247937d

Please sign in to comment.