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

Pure javascript AngularJS directive to make elements stick when scrolling

Results 12 angular-sticky issues
Sort by recently updated
recently updated
newest added

Are there any plans to support the upcoming specification of stickily positioned elements? https://www.w3.org/TR/css-position-3/#sticky-pos We realize this is quite early and [not at all widely supported](http://caniuse.com/#search=position%3Asticky) but we need smooth...

If the container is just as big as the element you made sticky, the page no longer scrolls down, probably because the element is being made sticky/unsticky at every scroll.

bug