Skip to content

Commit

Permalink
more discrete scrollbar customization
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Feb 6, 2024
1 parent 3e2808f commit 26e3138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/admin/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ textarea {

*::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: transparent;
}

Expand All @@ -843,7 +844,7 @@ textarea {

*::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: var(--color10);
background-color: var(--gray5);
box-sizing: border-box
}

0 comments on commit 26e3138

Please sign in to comment.