From 7fbb0c3838e188ba3b810156ff6546239e89923e Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 09:59:56 -0800 Subject: fix: ensure neko toggle button is always accessible (fixing NK-zvt8hi) --- frontend/src/components/FeedList.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontend/src/components/FeedList.css') diff --git a/frontend/src/components/FeedList.css b/frontend/src/components/FeedList.css index 1b83aed..41b8f73 100644 --- a/frontend/src/components/FeedList.css +++ b/frontend/src/components/FeedList.css @@ -9,6 +9,11 @@ margin: 0 0 1rem 0; line-height: 1; cursor: pointer; + position: sticky; + top: 0; + background: var(--sidebar-bg); + z-index: 10; + padding-bottom: 0.5rem; } .search-section { -- cgit v1.2.3