::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
}
::-webkit-scrollbar-track-piece {
    background-color: transparent;
}