There was an error while loading. Please reload this page.
1 parent 31c12a2 commit 0375dabCopy full SHA for 0375dab
1 file changed
src/components/style/core/normalize.less
@@ -100,34 +100,3 @@ p {
100
li {
101
list-style: none;
102
}
103
-
104
-/* 自定义滚动条样式 */
105
-*::-webkit-scrollbar-track {
106
- border-radius: 5px;
107
- background-color: #f3f3f3;
108
-}
109
110
-*::-webkit-scrollbar-track-piece {
111
- display: none;
112
113
114
-*::-webkit-scrollbar {
115
- background: transparent;
116
- width: 10px;
117
- height: 10px;
118
119
120
-*::-webkit-scrollbar-thumb {
121
122
- background-color: #e1e1e1;
123
- width: 6px;
124
- min-height: 50px;
125
- border: 2px solid transparent;
126
- background-clip: content-box;
127
128
129
-* {
130
- // 火狐修改滚动条: 以下为firefox特有属性
131
- scrollbar-width: thin;
132
- scrollbar-color: #e1e1e1 #f3f3f3;
133
0 commit comments