style: modify custom scrollbar

This commit is contained in:
张传龙
2022-07-21 17:47:11 +08:00
parent eb160731da
commit 80a5b7f053
3 changed files with 5 additions and 6 deletions

View File

@@ -33,16 +33,15 @@ body {
}
/* 自定义滚动条样式 */
.cur-scroll {
.cus-scroll {
&::-webkit-scrollbar {
width: 6px;
height: 6px;
width: 8px;
height: 8px;
}
&::-webkit-scrollbar-thumb {
background-color: transparent;
border-radius: 3px;
}
&::-webkit-scrollbar-corner {
background: #f6f6f6;
}