perf:优化滚动条样式

This commit is contained in:
Xwen
2024-01-02 21:05:20 +08:00
parent eb19fb783f
commit 31d0f867cb

View File

@@ -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);