scrollbar: increase thickness

This commit is contained in:
Aditya Telange 2020-10-01 13:37:31 +05:30
parent dfa8561ce4
commit 82c4230c43
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -113,8 +113,8 @@ img {
}
::-webkit-scrollbar {
width: 8px;
height: 3px;
width: 10px;
height: 6px;
}
::-webkit-scrollbar-track {