滚动条悬浮加粗效果

&::-webkit-scrollbar {
height: 8px;
}
&::-webkit-scrollbar-track {
background-color: #fff;
}
&::-webkit-scrollbar-thumb{
border-radius: 10px;
border-style: dashed;
border-color: transparent;
border-width: 4px;
background-color: rgba(202, 214, 244, 0.4);
background-clip: padding-box;
}
&::-webkit-scrollbar-thumb:hover {
background: #CAD6F4;
border-width: 20px;
}
posted @ 2024-04-08 16:40  玛卡巴鉲  阅读(39)  评论(0编辑  收藏  举报