Files
notifications-admin/app/assets/javascripts
Tom Byers 6b0b0dd263 Change method of getting scrollTop
The current method reports `0` in Safari, whatever
the scroll position.

Some testing across our browser matrix shows:
1. this is also the case on IOS
2. browsers in the matrix all support
   `$(window).scrollTop()`

https://scroll-position-test-page.glitch.me/#results

This changes the method to use
`$(window).scrollTop()` instead.
2019-12-03 13:27:48 +00:00
..
2019-11-27 14:15:32 +00:00
2019-11-27 14:15:32 +00:00
2019-10-31 17:53:44 +00:00
2019-11-27 14:15:32 +00:00