forked from github/plane
fix: scroll container height (#3783)
This commit is contained in:
parent
7c85ee7e55
commit
812df59d1d
@ -111,7 +111,7 @@ export const GanttChartMainContent: React.FC<Props> = observer((props) => {
|
||||
title={title}
|
||||
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 />
|
||||
{currentViewData && (
|
||||
<GanttChartBlocksList
|
||||
|
Loading…
Reference in New Issue
Block a user