﻿::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    /*border-left: 1px solid #ccc;*/
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }
