::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background-color: #000;
}
  
::-webkit-scrollbar-thumb {
    border: 1px solid #000;
    background-color: #8a2be2
}
  
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 15px;
    width: 15px;
    display: block;
    background-repeat: no-repeat;
    border: 1px solid #8a2be2;
    background-color: #000;
}
  
::-webkit-scrollbar-button:vertical:decrement {
    background-image: url();
}
  
::-webkit-scrollbar-button:vertical:increment {
    background-image: url();
}