Skip to content

Commit

Permalink
style: update scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Oct 23, 2024
1 parent 198e74b commit 0872bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ body {
*::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #000000;
[data-theme='light'] & {
background-color: #f7f7f7;
}
}

*::-webkit-scrollbar {
Expand Down

0 comments on commit 0872bbd

Please sign in to comment.