sticky-kit icon indicating copy to clipboard operation
sticky-kit copied to clipboard

A jQuery plugin for creating smart sticky elements

Results 104 sticky-kit issues
Sort by recently updated
recently updated
newest added

The [troubleshooting ](https://github.com/leafo/sticky-kit/wiki/Troubleshooting ) documentation explaining the issues with the google ads is ambiguous or incorrect. The HTML code uses a CSS class of `my-sticky-element`: `< div class="sticky-parent"> < div...

when in top of page the spacer is on the sidebar My suggestion is that set z-index of spacer to -1 its work for me

Not sure why top is set to auto. Originally child jumps to top of container without taking in to account offset_top option. This PR fixes the issue (tested).

We have several sections (rows) that get stuck and un-stuck as you scroll: - https://demo.graphpaperpress.com/photolog/ ...however in FF and IE (not so in Chrome), the scrolling isn't smooth all the...

I used sticky kit to have a div (project-info) remain in place once it reaches the top of the page. Then the images in the right column continue scrolling. This...

I have an issue with making the sticky work for a responsive page. I have 2 divs, one for showing content and a sidebar div for showing archive. And I...

No JS errors on either page; both pages are using the same WordPress template. Works [here](http://26projects.com/mustard-in-june/), but not [here](http://26projects.com/1021-wellington/). Any help would be appreciated. Both the image column and text...

If we want to fixed box when scroll come to bottom, we need to use element parent hide. you are using element height. This is mistake.

If the height of the element changes when it's made sticky it will cause the last_scroll_height !== doc.height() check fail and recalc() will be firing on every tick(). If last_scroll_height...

I have insert sidebar on left. on right side, there are multiple accordion li inside ul. whenever I click on last li, the accordion is opening, but sticky sidebar also...