Skip to content

Commit 545b123

Browse files
committed
Created custom scrollbar
1 parent 6b86393 commit 545b123

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/index.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,3 +496,18 @@ body.dark-mode .watch-area .description span {
496496
justify-content: space-evenly;
497497
}
498498
}
499+
500+
/* custom scrollbar */
501+
body::-webkit-scrollbar {
502+
width: 15px;
503+
}
504+
505+
body::-webkit-scrollbar-track {
506+
background-color: var(--bg-color);
507+
}
508+
509+
body::-webkit-scrollbar-thumb {
510+
background-color: var(--logo);
511+
border-radius: 50px;
512+
border: 3px solid var(--bg-color);
513+
}

0 commit comments

Comments
 (0)