iPad, iPhone modal dialog scrolling issue
I had the issue, lines of code below resolved it for me -
html{
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
I had the issue, lines of code below resolved it for me -
html{
overflow: scroll;
-webkit-overflow-scrolling: touch;
}