fix(tui): remove redundant top spacer in session history

This commit is contained in:
Dax Raad 2026-06-27 13:54:16 -04:00
commit 4741e3ee6b

View file

@ -840,7 +840,6 @@ export function Session() {
flexGrow={1}
scrollAcceleration={scrollAcceleration()}
>
<box height={1} />
<For each={rows}>
{(row) => (
<SessionRowView