Merge pull request #1306 from btea/chore/scrollbar-thumb-style

chore: add color to scrollbar thumb
pull/1322/head
Sunface 1 year ago committed by GitHub
commit 3e20b1b302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,6 +65,10 @@
width: 5px;
height: 5px;
}
::-webkit-scrollbar-thumb {
background: #99ccff;
border-radius: 3px;
}
/* 表格靠左对齐 */
table {

Loading…
Cancel
Save