Skip to content

Commit

Permalink
thin scrollbar for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Dec 18, 2024
1 parent 92eb733 commit f63a918
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/website/src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,10 @@ img.emoji {
background-color: #626262;
}
}

@-moz-document url-prefix() {
body {
scrollbar-width: thin;
scrollbar-color: #959595 transparent;
}
}

0 comments on commit f63a918

Please sign in to comment.