html {
box-sizing: border-box;
::-webkit-scrollbar {
// display: none;
}
::-webkit-scrollbar-track-piece {
background-color: #f8f8f800;
}
::-webkit-scrollbar {
width: 6px;
transition: all 2s;
}
::-webkit-scrollbar-thumb {
background-color: #dddddd;
border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
background-color: #bbb;
}
::-webkit-scrollbar-corner {
background-color: rgba(255, 255, 255, 0);
}
}
最后
以上就是温暖樱桃最近收集整理的关于仿element滚动条样式的全部内容,更多相关仿element滚动条样式内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复