html,body{
    height: 100% !important;
    overflow: hidden !important;
}
body>div:first-of-type{
    height: 100% !important;
    overflow: auto !important;
}