diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 09:59:56 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 09:59:56 -0800 |
| commit | 7fbb0c3838e188ba3b810156ff6546239e89923e (patch) | |
| tree | 857f8e86a7796cdb0e1c4c4dac5c1d4ea7bd71b2 /frontend/src/components/FeedList.css | |
| parent | c9c3469ce90f5e1cf624a9a97d66fd6db3aba8cb (diff) | |
| download | neko-7fbb0c3838e188ba3b810156ff6546239e89923e.tar.gz neko-7fbb0c3838e188ba3b810156ff6546239e89923e.tar.bz2 neko-7fbb0c3838e188ba3b810156ff6546239e89923e.zip | |
fix: ensure neko toggle button is always accessible (fixing NK-zvt8hi)
Diffstat (limited to 'frontend/src/components/FeedList.css')
| -rw-r--r-- | frontend/src/components/FeedList.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
