Make timeline background full height even when empty (#1720)

This commit is contained in:
Shuchang Zheng
2025-02-05 03:49:16 +08:00
committed by GitHub
parent bbdd90058f
commit b41bfd75c7

View File

@@ -79,7 +79,7 @@ function WorkflowRunTimeline({
</div>
</div>
<ScrollArea>
<ScrollAreaViewport className="max-h-[37rem]">
<ScrollAreaViewport className="h-[37rem] max-h-[37rem]">
<div className="space-y-4">
{workflowRunIsNotFinalized && (
<div