perf:优化滚动条样式
This commit is contained in:
@@ -187,7 +187,7 @@ body,
|
|||||||
/* 滚动条滑块 */
|
/* 滚动条滑块 */
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: rgb(150, 175, 234);
|
background: #ccc;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb:window-inactive {
|
::-webkit-scrollbar-thumb:window-inactive {
|
||||||
background: rgba(249, 222, 222, 0.6);
|
background: rgba(249, 222, 222, 0.6);
|
||||||
|
|||||||
Reference in New Issue
Block a user