1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Optimized the TOC position.

This commit is contained in:
Cotes Chung
2020-06-11 21:16:44 +08:00
parent 47e5c3a917
commit 618ae9dcbc
2 changed files with 3 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
}
#toc-wrapper {
margin-top: 7rem;
border-left: 1px solid rgba(158, 158, 158, 0.17);
position: -webkit-sticky;
position: sticky;