::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {

}

::-webkit-scrollbar-track-piece  {

    -webkit-border-radius: 2px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #b8b8b8;
    -webkit-border-radius: 2px;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #b8b8b8;
    -webkit-border-radius: 2px;
}