diff --git a/src/pages/ListView.tsx b/src/pages/ListView.tsx index 01eaf58..b3b2caa 100644 --- a/src/pages/ListView.tsx +++ b/src/pages/ListView.tsx @@ -1113,9 +1113,9 @@ export function ListView() { )} - {/* Add Item Input - at bottom of list */} + {/* Add Item Input - sticky at bottom of viewport */} {canUserEdit && viewMode === "list" && ( -