提交 28ce910c 编写于 作者: K klausY

修改scrollBar样式

上级 5c4c6b77
......@@ -1338,4 +1338,22 @@ $mainHight: 100vh;
color: #ff85c0;
}
}
}
\ No newline at end of file
}::-webkit-scrollbar-track-piece{
background-color: #f8f8f8;
}
::-webkit-scrollbar{
width: 9px;
height: 9px;
}
::-webkit-scrollbar-thumb{
background-color: #dddddd;
background-clip:padding-box;
min-height: 28px;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover{
background-color: #bbb;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册