Closed li-xiao-shuang closed 4 years ago
怎末过滑动条 @blinkfox
这个应该做上去的,我目录长的显示错误了
大哥建议搞一个合适的滚动条我太难了,我的笔记现在只能分成5份文件 @blinkfox
更新 dev 试试,或者在 post-detail-toc.ejs
文件中添加如下样式,TOC 就有滚动条了。
#toc-content {
height: calc(100vh - 250px);
overflow: scroll;
}
好------------------ 原始邮件 ------------------ 发件人: "闪烁之狐 (blinkfox)"notifications@github.com 发送时间: 2019年11月28日(星期四) 晚上11:22 收件人: "blinkfox/hexo-theme-matery"hexo-theme-matery@noreply.github.com; 抄送: "吕世昊"202252197@qq.com;"Comment"comment@noreply.github.com; 主题: Re: [blinkfox/hexo-theme-matery] 目录能否支持下滑动?现在目录过长就看不到下面,没法下滑 (#234)
更新 dev 试试,或者在 post-detail-toc.ejs 文件中添加如下样式,TOC 就有滚动条了。
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
滚动条确实比较难看
这次去掉了横向滚动条。
------------------ 原始邮件 ------------------ 发件人: "闪烁之狐 (blinkfox)"<notifications@github.com>; 发送时间: 2019年11月28日(星期四) 晚上11:22 收件人: "blinkfox/hexo-theme-matery"<hexo-theme-matery@noreply.github.com>; 抄送: "🔱醉写南凡微凉🌹."<202252197@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [blinkfox/hexo-theme-matery] 目录能否支持下滑动?现在目录过长就看不到下面,没法下滑 (#234)
更新 dev 试试,或者在 post-detail-toc.ejs 文件中添加如下样式,TOC 就有滚动条了。
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
不行啊,我插入了代码没有效果
@202252197 应该是你哪里加的有问题把,不行的话,就更新代码或者下载最新的 release 包吧
样式确实不咋好看,但是实用性不错 @blinkfox 谢谢大哥
@blinkfox 大哥问一下,我现在感觉目录旁边的那个 | 不好看能不能去掉
@202252197 这个最后你就自己写样式去了
thanks
没啥好的方式,只能给目录做滚动条才行,但怕比较难看。