Skip to content

Commit

Permalink
Fixing scrollbar issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
manpreeeeeet committed Dec 13, 2024
1 parent 7c9a381 commit 0224115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}

::-webkit-scrollbar-thumb {
@apply bg-pink-800/30 dark:bg-slate-600 weeb:bg-slate-600 rounded-sm;
@apply bg-pink-800/30 dark:bg-slate-600 weeb:bg-slate-600;
}

::-webkit-scrollbar-thumb:hover {
@apply bg-pink-800/30 dark:bg-slate-700 weeb:dark:bg-slate-700;
@apply bg-pink-800/30 dark:bg-slate-700 weeb:bg-slate-700;
}

::-webkit-scrollbar-corner {
Expand Down

0 comments on commit 0224115

Please sign in to comment.