When viewing on an iPad (iPad Air to be specific, I haven't tested on any others) the momentum scrolling doesn't seem to work. I believe adding -webkit-overflow-scrolling: touch; to the correct element may solve it, but after having a quick look and edit I've not managed to make it work yet.
Update: After a bit more playing around, it seems applying that CSS to the body, html selector will enable the momentum scrolling, but the sidebar doesn't get moved back into place until after the scroll has completely finished.
P.S. great theme, thanks for putting it up for free :)
When viewing on an iPad (iPad Air to be specific, I haven't tested on any others) the momentum scrolling doesn't seem to work. I believe adding
-webkit-overflow-scrolling: touch;to the correct element may solve it, but after having a quick look and edit I've not managed to make it work yet.Update: After a bit more playing around, it seems applying that CSS to the
body, htmlselector will enable the momentum scrolling, but the sidebar doesn't get moved back into place until after the scroll has completely finished.P.S. great theme, thanks for putting it up for free :)