Skip to content

Commit

Permalink
Make timeline background full height even when empty (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng authored Feb 4, 2025
1 parent bbdd900 commit b41bfd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b41bfd7

Please sign in to comment.