标签: css scroll background
有没有办法为滚动区域设置颜色? (标有红色)
答案 0 :(得分:3)
你可以这样做:
body::-webkit-scrollbar { width: 1em; } body::-webkit-scrollbar-track { background: red; } body::-webkit-scrollbar-thumb { background: darkgrey; }
只有问题在所有浏览器上都不受支持。