.e-grid ::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.e-grid ::-webkit-scrollbar-corner,
.e-grid ::-webkit-scrollbar-track {
    background-color: lightyellow;
}

.e-grid ::-webkit-scrollbar-thumb {
    background-color: goldenrod;
    background-clip: padding-box;
    border: 2px solid transparent;
}

    .e-grid ::-webkit-scrollbar-thumb:hover {
        background-color: goldenrod;
    }

    .e-grid ::-webkit-scrollbar-thumb:active {
        background-color: gold;
    }

    .e-grid ::-webkit-scrollbar-thumb:focus {
        background-color: goldenrod;
    }

/* Buttons */
.e-grid ::-webkit-scrollbar-button:single-button {
    background-color: lightyellow;
    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
}
