From b1c6d5d428055b6a37c79b30c98d9b927b4dfa07 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:59:03 +0800 Subject: [PATCH] Adjust position of the sticky sidebar ToC --- css/style-toc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style-toc.css b/css/style-toc.css index d8c27d66..873e19f9 100644 --- a/css/style-toc.css +++ b/css/style-toc.css @@ -42,7 +42,7 @@ /* Sidebar Table of Contents */ .sidebar__toc { position: sticky; - top: 5rem; + top: 4rem; } .sidebar__toc-title {