Skip to content

Commit

Permalink
feat(scroll): firefox compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Neox63 committed Jun 27, 2024
1 parent 2d7aafe commit 06e21bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ svg {
background-color: var(--grey-dark);
}

.scorlll {
* {
scrollbar-width: thin;
scrollbar-color: var(--grey-dark) var(--grey-lighter);
}

0 comments on commit 06e21bd

Please sign in to comment.