Skip to content

Commit

Permalink
improve(design): scrollbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Nov 19, 2024
1 parent c3d2a3d commit 9444c72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/design/src/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ kbd,
samp {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

* {
scrollbar-color: #e2e8f3 transparent;
}

.rc-virtual-list-scrollbar-thumb {
background: #e2e8f3 !important;
}

0 comments on commit 9444c72

Please sign in to comment.