BNDong/Cnblogs-Theme-SimpleMemory

wen右侧栏的滑块宽度可以调大一点?这样好推拽。

Cdreamfly opened this issue · 2 comments

image

可以自己调整下伪类;

::-webkit-scrollbar {
  height: 3px;
  width: 3px
}

谢谢了!