harm-less / angular-sticky

Pure javascript AngularJS directive to make elements stick when scrolling
http://harm-less.github.io/angular-sticky
83 stars 38 forks source link

A sticky element with a same sized container prevents page from scrolling further #10

Open harm-less opened 8 years ago

harm-less commented 8 years ago

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.

nicysneiros commented 8 years ago

Any news on this issue?