::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background-color: #6e9ad9;
}
::-webkit-scrollbar-track {
    border-width: 0;
}