Код: Выделить всё
body::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
height: 5px;
}
Подробнее здесь: https://stackoverflow.com/questions/457 ... ght-in-css
Код: Выделить всё
body::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
height: 5px;
}