From 26158e83a62e3bdd4bf6ae3dfc058a5a4252d376 Mon Sep 17 00:00:00 2001 From: krusty-agent Date: Tue, 10 Feb 2026 22:11:08 -0800 Subject: [PATCH] fix: sort menu z-index on home page --- src/pages/Home.tsx | 2 +- src/pages/ListView.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" && ( -
+
)}