::-webkit-scrollbar{
width: 15px;
}
::-webkit-scrollbar-track{
border: 7px solid white;
box-shadow: inset 0 0 2.5px 2px rgba(145, 141, 141, 0.952);
}
::-webkit-scrollbar-thumb{
background: linear-gradient(
50deg,
#56CCF2,
#2F80ED
);
border-radius: 256px;
border: 1.5px;
}
Document