Skip to content

Commit

Permalink
style: 💄 set styles for scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
kehyshow committed Jun 27, 2022
1 parent 11c74f4 commit f44d8b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,17 @@ a {
padding-bottom: 40px !important;
}
}

::-webkit-scrollbar {
width: 0.5rem;
height: 0.5rem;
}

::-webkit-scrollbar-track {
background-color: rgb(var(--color-bg));
}

::-webkit-scrollbar-thumb {
background-color: #ee384e;
border-radius: 100vw;
}

0 comments on commit f44d8b1

Please sign in to comment.