Custom scrollbar

This commit is contained in:
Lars van Hijfte
2017-01-26 22:33:32 +01:00
parent f32e0ca382
commit f1bfc89e6a
2 changed files with 14 additions and 0 deletions

View File

@@ -275,3 +275,16 @@ div[data-title]:hover:after {
display: inline-block;
vertical-align: middle;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: none;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 20px;
border-radius: 20px;
background: #4CAF50;
}