mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Hide ToC when scrolling to bottom.
This commit is contained in:
@@ -69,13 +69,11 @@
|
||||
{% endfor %}
|
||||
|
||||
</div> <!-- div.d-flex.flex-wrap -->
|
||||
|
||||
</div> <!-- #access-tags -->
|
||||
|
||||
</div> <!-- .access -->
|
||||
|
||||
{% if page.layout == 'post' and site.toc and page.toc %}
|
||||
<div id="toc-wrap" class="pl-0 pr-4">
|
||||
<div id="toc-wrap" class="pl-0 pr-4 mb-5">
|
||||
<h3 data-toc-skip class="pl-3 pt-2">
|
||||
{{- site.data.label.panel.toc -}}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user