mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: overflow fix
This commit is contained in:
parent
1ed7935bf0
commit
3c07da433a
@ -18,7 +18,7 @@ export const GanttChartBlocks: FC<{
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<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` }}
|
style={{ width: `${itemsContainerWidth}px` }}
|
||||||
>
|
>
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
|
Loading…
Reference in New Issue
Block a user