hejianxian / hexo-theme-jane

🎨 Simple enough, a hexo theme.
http://hejx.space
MIT License
90 stars 16 forks source link

chrome浏览器打开没有右侧的滚动条 #9

Closed hlx70375 closed 8 years ago

hlx70375 commented 8 years ago

chrome浏览器打开没有右侧的滚动条,这样浏览长文章时很不方便。

hejianxian commented 8 years ago

这是用css隐藏咯滚动条!你可以去掉这部分的样式!

hlx70375 commented 8 years ago

我把style.styl和article.styl、highlight.styl黎明的overflow属性都是设置成auto,还是不能显示滚动条。

hejianxian commented 8 years ago

在style.sty里面找到

::-webkit-scrollbar {
    width: 0px;
}

去掉

hlx70375 commented 8 years ago

好了,谢谢。 还有长文章中文字多,你的css中没有text-align:justify。文字对齐右边参差不起不齐,个人觉得不好看。我自己是加上了。