@Darren_Sherwood try putting the aside.gh-sidebar inside the div.c-sidebar
What I see currently…
Try this…
Also, this in the CSS…
.c-sidebar {
position: absolute;
}
aside.gh-sidebar {
position: absolute;
top: 0;
bottom: 0;
margin-top: 4vmin;
}
.gh-toc
position: sticky;
top: 4vmin;
}