::-webkit-scrollbar {
    width: 10px !important;
}
/* Track */
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #EFEFF7;
    border-radius: 5px;
}*/

    /* Handle on hover */
    /*::-webkit-scrollbar-thumb:hover {
        background: #EFEFF7;
    }*/

/*Please un-comment below changes to get previous scrolling effect*/
/* width */
/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    cursor: pointer !important;
}*/
/* Track */
/*::-webkit-scrollbar-track {
    box-shadow: 0 0 0px grey;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #ededed;
}*/

    /* Handle on hover */
    /*::-webkit-scrollbar-thumb:hover {
        background: black;
    }*/