Код: Выделить всё
*::-webkit-scrollbar {
background-color: transparent;
height: 13px;
}
::-webkit-scrollbar-thumb {
border: 2px solid rgba(111, 70, 24, 0.471);
border-radius: 16px;
}
::-webkit-scrollbar-thumb:hover {
border: 4px solid rgba(111, 70, 24, 0.471);
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... do-element
Мобильная версия