Skip to content

Commit

Permalink
fix: chrome scrollbar colors (#393)
Browse files Browse the repository at this point in the history
Makes scrollbar background color transparent to match user themes for browsers that don't already do so (e.g. Chrome)
  • Loading branch information
KojoZero authored Nov 3, 2024
1 parent a5f8dd3 commit d87c3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:root {
--font-color: rgba(0, 0, 0, 0.87);
--background-color: #eceff1;
scrollbar-color: #c1c1c1 #c1c1c100;
}

@layer base {
Expand Down

0 comments on commit d87c3f6

Please sign in to comment.