﻿/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px lightgray;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border: 1px solid #b4bfb8;
    background-color: #b4bfb8;
    border-radius: 5px;
}
