Skip to content

Commit

Permalink
feat: scrollbar width change
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Jul 17, 2024
1 parent ec95292 commit 32d05c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ body {
}

::-webkit-scrollbar {
--bar-width: 5px;
--bar-width: 10px;
width: var(--bar-width);
height: var(--bar-width);
}
Expand Down

0 comments on commit 32d05c9

Please sign in to comment.