No JSFiddle as the demo site seems adequate but I have provided a short video that hopefully demonstrates what I am seeing - https://cl.ly/lMlW
When scrolling the translateY value of floatThead-container is updated and this lags slightly behind the scroll so the table head seems to 'bounce' in position as the user scrolls up and down.
OS: macOS
Browsers used:
- Chrome 60
- Firefox 55
- Safari 10
Is it possible to leave the floatThead-container static in the page until it becomes necessary to apply fixed (once the user has scrolled past)?
No JSFiddle as the demo site seems adequate but I have provided a short video that hopefully demonstrates what I am seeing - https://cl.ly/lMlW
When scrolling the
translateYvalue offloatThead-containeris updated and this lags slightly behind the scroll so the table head seems to 'bounce' in position as the user scrolls up and down.OS: macOS
Browsers used:
Is it possible to leave the
floatThead-containerstatic in the page until it becomes necessary to applyfixed(once the user has scrolled past)?