浏览器兼容问题scorllbar

浏览器里面的滚轮太难看了,在chrome里面实现是这样的

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

::-webkit-scrollbar-thumb{
    background-color:#dddee0;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover{
    background-color:#c7c9cc;
}

::-webkit-scrollbar {
  /*隐藏滚轮*/
  display: none;

}

但是在火狐上不生效,查了一下
在overflow:scoll那个div里面设置

scrollbar-color: transparent transparent !important;

就ok了

全部评论

相关推荐

暮雨轻歌:看起来hr不能接受我菜查看图片
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务