Fix scroll background image

This commit is contained in:
Nikita Khromov
2021-04-26 19:21:25 +03:00
parent 378d504b1d
commit 2d2a5324da

View File

@ -576,4 +576,7 @@ a.aboutlink:active {
image-rendering: pixelated;
background-repeat: no-repeat;
background-position: 0px center;
}
*::-webkit-scrollbar-thumb:hover {
background-position: -7px center;
}