stopped using overflow-y auto on my mobile nav because the whole page started jittering during swipes. it's much cleaner to just use
nav {touch-action: pan-y;}so the browser knows exactly what we're doing with the vertical scroll. anyone else still fighting with that weird delay on ios?