made the scrollbar so much more fuckable

This commit is contained in:
Václav Šmejkal 2024-05-16 21:34:54 +02:00
parent 6898c07fda
commit 0a60661a41
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -39,6 +39,11 @@ body
background-color: #888;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track
{
border-radius: 5vh 5vh;
}
::-webkit-scrollbar-thumb:hover
{
background-color: #555;