fix: overflow fix
This commit is contained in:
parent
1ed7935bf0
commit
3c07da433a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const GanttChartBlocks: FC<{
|
|||
|
||||
return (
|
||||
<div
|
||||
className="relative z-10 mt-[58px] h-full w-[4000px] divide-x divide-gray-300 overflow-hidden overflow-y-auto"
|
||||
className="relative z-[5] mt-[58px] h-full w-[4000px] divide-x divide-gray-300 overflow-hidden overflow-y-auto"
|
||||
style={{ width: `${itemsContainerWidth}px` }}
|
||||
>
|
||||
<div className="w-full">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue