Skip to content

Commit

Permalink
Fix scrollbar rendering in Chromium based browsers (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoogolGenius authored Oct 29, 2023
1 parent 04d72f8 commit 8124a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ body {
}

::-webkit-scrollbar-track {
background-color: transparent;
background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
Expand Down

0 comments on commit 8124a1f

Please sign in to comment.