Skip to content

Commit

Permalink
Merge pull request #846 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
improve(design): scrollbar color
  • Loading branch information
dengfuping authored Nov 19, 2024
2 parents af7a263 + 9444c72 commit 9f89ed2
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 9f89ed2

Please sign in to comment.