aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components')
-rw-r--r--frontend/src/components/FeedList.css5
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 {