fix: scroll sync (#3645)

This commit is contained in:
Aaryan Khandelwal
2024-02-13 14:33:24 +05:30
committed by GitHub
parent e93bbec4cd
commit 247937d93a

View File

@@ -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) => {