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}
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user