Skip to content

Commit 7bf96c9

Browse files
fix: scrollbar bug in dark mode (#191)
1 parent 6706760 commit 7bf96c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/scrollbar.css

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ body {
1616
::-webkit-scrollbar-thumb:hover {
1717
background: theme(colors.zinc.800/96);
1818
}
19+
20+
*::-webkit-scrollbar{
21+
background: theme(colors.zinc.800);
22+
}
1923
}
2024

2125
*::-webkit-scrollbar-thumb,

0 commit comments

Comments
 (0)