From 3acfc1b08fa055d0d4c3ef12a4bc7277e78dd360 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Mon, 12 Dec 2022 16:52:30 +0800 Subject: [PATCH] style/index sidebar sticky --- themes/freemind/source/css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/themes/freemind/source/css/style.css b/themes/freemind/source/css/style.css index 0de591e..1205e49 100644 --- a/themes/freemind/source/css/style.css +++ b/themes/freemind/source/css/style.css @@ -26,12 +26,11 @@ body { -moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px; } -#sidebar { - font-size: 0.9em; -} +#sidebar, #side_meta { - position: sticky; - top: 10px; + font-size: 0.9em; + position: sticky; + top: 10px; } .post { font-size: 1em;