Skip to content

Commit 3c282c3

Browse files
committed
fix(tui): suggestions gap on home page
1 parent 2046f2e commit 3c282c3

File tree

1 file changed

+1
-1
lines changed
  • packages/tui/internal/tui

1 file changed

+1
-1
lines changed

packages/tui/internal/tui/tui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ func (a Model) home() (string, int, int) {
10691069

10701070
mainLayout = layout.PlaceOverlay(
10711071
editorX,
1072-
editorY-overlayHeight+1,
1072+
editorY-overlayHeight+2,
10731073
overlay,
10741074
mainLayout,
10751075
)

0 commit comments

Comments
 (0)