Nice scrollbars in chrome also

This commit is contained in:
decentral1se 2021-06-04 16:53:14 +02:00
parent 4c125d1e45
commit d4d3592a2f
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -45,6 +45,19 @@ body {
scrollbar-color: #a4a4d4 #3c4cac;
}
#left::-webkit-scrollbar {
width: 12px;
}
#left::-webkit-scrollbar-track {
background: #a4a4d4;
}
#left::-webkit-scrollbar-thumb {
background-color: #3c4cac;
border-radius: 20px;
}
#right {
float: left;
width: 50%;