iTimeTraveler / hexo-theme-hiker

An attractive theme for Hexo. called "Hiker", short for "HikerNews".
https://itimetraveler.github.io/hexo-theme-hiker/
MIT License
368 stars 85 forks source link

文章太长自动生成的目录无法滚动 #140

Open Fanduzi opened 4 years ago

Fanduzi commented 4 years ago

已经git pull到最新版本 image

http://fuxkdb.com/2020/05/02/2020-05-02-ClickHouse%E5%A4%9A%E5%AE%9E%E4%BE%8B%E9%83%A8%E7%BD%B2/

arginsen commented 4 years ago

修改文件路径: hiker/source/css/_partial/article.styl

/*  搜索,修改#toc参数,参数都缩进两位 */
#toc
  height: 76%

/*  #toc 后增加以下两个样式, 用于修改滑块、滑条样式 */
#toc::-webkit-scrollbar
  background-color: #ece9e9
  -webkit-border-radius: 2em
  -moz-border-radius: 2em
  border-radius: 2px
  width: 5px

#toc::-webkit-scrollbar-thumb
  border-radius: 4px
  background: rgba(0,0,0,0.3)
  -webkit-box-shadow: inset 0 0 6px RGB(243, 243, 244)
Fanduzi commented 4 years ago

感谢大佬, 好使啦 ღ( ´・ᴗ・` )比心

iTimeTraveler commented 4 years ago

@arginsen 大佬要是有空的话,辛苦大佬提个PR吧,非常感谢~