Skip to content

Commit

Permalink
Added a customised Scroll Bar (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhay182005dat authored May 21, 2024
1 parent d10c51b commit aac4b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: var(--color-scrollbar);
background: linear-gradient(#99e364,#98dcd8);
border-radius: 10px;
}
::-webkit-scrollbar-track,
Expand Down

0 comments on commit aac4b75

Please sign in to comment.