The previous h-[calc(100dvh-6rem)] underestimated the vertical overhead (breadcrumb, padding, worktree banner, button bar). Using h-full lets the flex layout propagate the correct available height from <main>. Co-Authored-By: Paperclip <noreply@paperclip.ing>