diff --git a/internal/tui/view_dashboard.go b/internal/tui/view_dashboard.go index f3e4e78..5fa9a2b 100644 --- a/internal/tui/view_dashboard.go +++ b/internal/tui/view_dashboard.go @@ -181,7 +181,7 @@ func (m Model) viewDashboard() string { availHeight = 5 } - contentHeight := availHeight - lipgloss.Height(header) - lipgloss.Height(footer) - 2 + contentHeight := availHeight - lipgloss.Height(header) - lipgloss.Height(footer) if contentHeight < 1 { contentHeight = 1 }