fix(tui): suggestions gap on home page

This commit is contained in:
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

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,
)