February 12, 2018 · Web

Fix iPhone HTML5 missing elastic scroll issue

html,body {
    -webkit-overflow-scrolling: touch;
}