fix(tui): suggestions gap on home page

pull/3042/head
Adam 2025-10-08 06:56:18 -05:00
parent 2046f2e8e7
commit 3c282c3c37
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ func (a Model) home() (string, int, int) {
mainLayout = layout.PlaceOverlay(
editorX,
editorY-overlayHeight+1,
editorY-overlayHeight+2,
overlay,
mainLayout,
)