html {
    height: 100%;
    overflow-y: scroll; 
}

body {
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden; 
}