::-webkit-scrollbar{
background-color: transparent !important;
width: 4px;
}
::-webkit-scrollbar-track{
background: transparent !important;
border-radius: 2px;
}
::-webkit-scrollbar-thumb{
background: #bfbfbf;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
background: #333;
}
::-webkit-scrollbar-corner {
background: #EFEFEF;
}
相关文章
- 11-03Unity生成的WebGL如何在浏览器中运行
- 11-03eclipse修改osgi中启动jetty的端口号
- 11-03mutation中修改state中的状态值,却报[vuex] do not mutate vuex store state outside mutation handlers.
- 11-03exceljs中单元格cell的font color修改导致污染的解决办法 exceljs cell font color
- 11-03Android 在代码中修改TextView的DrawableRight等方向上的图片
- 11-03如何在Android中设置样式的引力?
- 11-03Android Textview中的HTML样式错误
- 11-03Chrome浏览器中,xpath_helper插件的安装方法和使用方式。(内附安装包地址)
- 11-03freemarker中修改和添加功能中包含checkbox复选框默认选中需求的解决方式
- 11-03在浏览器中通过bartender,调用条码打印机的active控件代码的实现