diff --git a/ui/pager.go b/ui/pager.go index 65a08fc..5b0acbd 100644 --- a/ui/pager.go +++ b/ui/pager.go @@ -124,7 +124,7 @@ func (m *pagerModel) setSize(w, h int) { m.textInput.Width = w - len(noteHeadingText) - len(notePromptText) - 1 if m.showHelp { - m.viewport.Height -= pagerHelpHeight + 1 + m.viewport.Height -= (statusBarHeight + pagerHelpHeight) } }