html {
    height: 100% !important;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

body {
    height: 100% !important;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#root {
    height: 100% !important;
    margin: 0;
}