div::-webkit-scrollbar {
    width:8px;
    height:8px;
}
div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: #E3EBFF;
}
div::-webkit-scrollbar-track {
    border-radius: 8px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: #C8C8C8;
}