fix: scroll container height (#3783)
This commit is contained in:
parent
7c85ee7e55
commit
812df59d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue