carlos-sanchez
3/31/2016 - 4:03 PM

http://html5-demos.appspot.com/static/css/sticky.html position: sticky is a new way to position elements and is conceptually similar to pos

http://html5-demos.appspot.com/static/css/sticky.html

position: sticky is a new way to position elements and is conceptually similar to position: fixed. The difference is that an element with position: sticky behaves like position: relative within its parent, until a given offset threshold is met in the viewport.