From c675fa65e393032af689f67550e61539a25204bd Mon Sep 17 00:00:00 2001 From: gbanyan Date: Mon, 17 Nov 2025 20:56:49 +0800 Subject: [PATCH] Make right sidebar sticky like TOC on single posts --- components/right-sidebar.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/right-sidebar.tsx b/components/right-sidebar.tsx index 46c9ebe..e245f3c 100644 --- a/components/right-sidebar.tsx +++ b/components/right-sidebar.tsx @@ -7,8 +7,9 @@ export function RightSidebar() { const tags = getAllTagsWithCount().slice(0, 30); return ( - ); }