Adjust position of the sticky sidebar ToC

This commit is contained in:
Leilukin 2023-08-29 19:59:03 +08:00 committed by Helen Chong
parent f2613dd9b5
commit c206a0b0b9

View File

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