angular-vs-repeat icon indicating copy to clipboard operation
angular-vs-repeat copied to clipboard

Scrolling halts unexpectedly on Safari 9.1

Open dambrosiomike opened this issue 8 years ago • 0 comments

See the example pages: http://kamilkp.github.io/angular-vs-repeat/#?tab=8

Trying to scroll the list on safari results in the list halting unexpectedly. I've tried to debug the root cause but I was unsuccessful. Adding

overflow: scroll;
-webkit-overflow-scrolling: touch;

didn't do much to help.

dambrosiomike avatar Mar 31 '16 19:03 dambrosiomike