Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#5041 from DDMeaqua/feat-scrollbar-css
Browse files Browse the repository at this point in the history
scrollbar width change
  • Loading branch information
Dogtiti authored Jul 17, 2024
2 parents 2e9f701 + 32d05c9 commit f8a2a28
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 f8a2a28

Please sign in to comment.