Skip to content

Commit 45fac84

Browse files
authored
Merge pull request #184 from HackMerced/feat/custom-scrollbar
Added Custom Scrollbar feature
2 parents 8f568ca + 1afcb39 commit 45fac84

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/App.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,16 @@ a {
3838
color: white;
3939
background: #f3c583;
4040
}
41+
42+
::-webkit-scrollbar {
43+
width: 10px;
44+
}
45+
46+
::-webkit-scrollbar-track {
47+
box-shadow: inset 0 0 5px orangered;
48+
}
49+
50+
::-webkit-scrollbar-thumb {
51+
background: orange;
52+
border-radius: 10px;
53+
}

0 commit comments

Comments
 (0)