fix: scroll container height (#3783)

This commit is contained in:
Aaryan Khandelwal 2024-02-24 15:45:17 +05:30 committed by GitHub
parent 7c85ee7e55
commit 812df59d1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ export const GanttChartMainContent: React.FC<Props> = observer((props) => {
title={title} title={title}
quickAdd={quickAdd} quickAdd={quickAdd}
/> />
<div className="relative h-full flex-shrink-0 flex-grow"> <div className="relative min-h-full h-max flex-shrink-0 flex-grow">
<ActiveChartView /> <ActiveChartView />
{currentViewData && ( {currentViewData && (
<GanttChartBlocksList <GanttChartBlocksList