fix: scroll sync (#3645)
This commit is contained in:
parent
e93bbec4cd
commit
247937d93a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue