diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 44efd55..1bcf665 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -239,7 +239,7 @@ export function Home() { {/* Search and Sort */} {hasLists && ( -
+
)} - {/* Add Item Input - at bottom of list */} + {/* Add Item Input - sticky at bottom of viewport */} {canUserEdit && viewMode === "list" && ( -
+
)}