sticky-kit
sticky-kit copied to clipboard
Fix. Element is not moving, when it gets free space to move.
When StickyKit was initialized for element at a moment, where parent's height was equal to element's height, following issues occurs:
- When element gets free space (e.g. by page recomposition), it will not move, because event listeners was not attached;
- Triggering 'sticky_kit:detach' has no effect.