From e1d73057ae523b9e4e46fe3ebd657a0d43ef92a5 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:43:19 +0530 Subject: [PATCH] fix: gantt overflow (#3804) --- web/components/gantt-chart/chart/views/month.tsx | 4 ++-- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/gantt-chart/chart/views/month.tsx b/web/components/gantt-chart/chart/views/month.tsx index 3bfd077fe..b67b453f1 100644 --- a/web/components/gantt-chart/chart/views/month.tsx +++ b/web/components/gantt-chart/chart/views/month.tsx @@ -15,9 +15,9 @@ export const MonthChartView: FC = observer(() => { const monthBlocks: IMonthBlock[] = renderView; return ( -
+
{monthBlocks?.map((block, rootIndex) => ( -
+