Momentum scrolling on iOS

.scroll {
	overflow-y: scroll; /* has to be scroll */
	-webkit-overflow-scrolling: touch;
}