fix(tui): suggestions gap on home page

This commit is contained in:
Adam
2025-10-08 06:56:18 -05:00
parent 8fcf52a3cd
commit cfe96f6551
+1 -1
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,
)