Skip to content

Commit

Permalink
fix(style): update global scrollbar style (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing authored Jan 27, 2025
1 parent 891705a commit 611c186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
@layer base {
* {
@apply border-border;
scrollbar-width: thin;
scrollbar-color: hsl(var(--border)) transparent;
}
html {
@apply overflow-x-hidden;
Expand Down

0 comments on commit 611c186

Please sign in to comment.