You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2017. It is now read-only.
This functionality might already be in the polyfill, but I was unable to get it working.
As the parent element of an element with position:sticky; approaches the top of the browser viewport (as the user scrolls down), the `position:sticky' element should stop its 'sticky' behavior as the parent element goes out of the viewport.
In the HTML5Rocks demo page, the blue blog headers stop at the bottom of their parent elements.