Adjust position of the sticky sidebar ToC
This commit is contained in:
parent
f3bddf9448
commit
b1c6d5d428
|
@ -42,7 +42,7 @@
|
||||||
/* Sidebar Table of Contents */
|
/* Sidebar Table of Contents */
|
||||||
.sidebar__toc {
|
.sidebar__toc {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 5rem;
|
top: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__toc-title {
|
.sidebar__toc-title {
|
||||||
|
|
Loading…
Reference in New Issue