Adjust position of the sticky sidebar ToC

This commit is contained in:
Helen Chong 2023-08-29 19:59:03 +08:00
parent f3bddf9448
commit b1c6d5d428
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
/* Sidebar Table of Contents */
.sidebar__toc {
position: sticky;
top: 5rem;
top: 4rem;
}
.sidebar__toc-title {