Skip to content

Commit 1be7182

Browse files
committed
style: 移除自定义滚动条,使用浏览器原生样式
1 parent 9b02823 commit 1be7182

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

src/index.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,3 @@ button {
4545
font-family: inherit;
4646
transition: all 0.2s ease;
4747
}
48-
49-
/* 自定义滚动条 - 蓝灰配色 */
50-
::-webkit-scrollbar {
51-
width: 8px;
52-
height: 8px;
53-
}
54-
55-
::-webkit-scrollbar-track {
56-
background: #f1f5f9;
57-
border-radius: 4px;
58-
}
59-
60-
::-webkit-scrollbar-thumb {
61-
background: #93c5fd;
62-
border-radius: 4px;
63-
}
64-
65-
::-webkit-scrollbar-thumb:hover {
66-
background: #60a5fa;
67-
}
68-
69-
::-webkit-scrollbar-thumb:active {
70-
background: #3b82f6;
71-
}

0 commit comments

Comments
 (0)