body, html {
    
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-family: Arial, sans-serif;
    height: 100%;
    overflow-y:hidden;
}

.root {
    overflow-y: scroll;
}