body {
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    top: 0px !important;
}

body::-webkit-scrollbar-track
{
    border-radius: 10px;
}

body::-webkit-scrollbar
{
    width: 1px;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #4753BF;
}