Skip to content

Commit

Permalink
feat: update scrollbar size to 5px
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Apr 17, 2023
1 parent 48e1c9c commit ed263da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
}

*::-webkit-scrollbar {
width: 4px;
height: 4px;
width: 5px;
height: 5px;
}
*::-webkit-scrollbar-thumb {
background: var(--scrollbarColor) ;
Expand Down

0 comments on commit ed263da

Please sign in to comment.