博客更新日志(2) 2023-07-13hexo / icarus几秒读完 (大约109个字)0次访问实现左侧栏滑动的同时,目录黏附顶端原来只支持侧边栏整体粘性定位,为了阅读体验,只针对目录开启粘性定位,增加 column-left is-sticky 类,并调整样式。 source/js/main.js >folded123 if ($toc.length > 0) {+ $toc.addClass('column-left is-sticky'); const $mask = $('<div>'); include/style/widget.styl >folded123+#toc+ max-height: calc(100vh - 22px)+ overflow-y: scroll 参考文献:[1] https://www.alphalxy.com/2019/03/customize-icarus/ hexo, icarus, 日志