I had similar issue this worked for me.
html {
overflow: hidden;
height: 100%;
}
body {
overflow: auto;
height: 100%;
}
I had similar issue this worked for me.
html {
overflow: hidden;
height: 100%;
}
body {
overflow: auto;
height: 100%;
}