Skip to content

Commit

Permalink
fix: scrollbar bug in dark mode (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuozhiyongde authored Dec 16, 2023
1 parent 6706760 commit 7bf96c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/scrollbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ body {
::-webkit-scrollbar-thumb:hover {
background: theme(colors.zinc.800/96);
}

*::-webkit-scrollbar{
background: theme(colors.zinc.800);
}
}

*::-webkit-scrollbar-thumb,
Expand Down

0 comments on commit 7bf96c9

Please sign in to comment.