火狐浏览器设置默认滚动条的样式
ele {
scrollbar-color: #e5e5e5 #f7f7f9;//设置滚动条颜色
scrollbar-width: thin;//设置滚动条宽度
}
详细参数参考地址https://developer.mozilla.org/zh-CN/docs/Web/CSS/scrollbar-color
2024-03-11 13:27:25
火狐浏览器设置默认滚动条的样式
ele {
scrollbar-color: #e5e5e5 #f7f7f9;//设置滚动条颜色
scrollbar-width: thin;//设置滚动条宽度
}
详细参数参考地址https://developer.mozilla.org/zh-CN/docs/Web/CSS/scrollbar-color