﻿body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    body::-webkit-scrollbar {
        display: none;
    }