Hey, great package! Recently noticed an issue where zenscroll will not successfully scroll to any element contained in a position: relative div.
Demo here:
http://requirebin.com/?gist=ae3708359c2ad71651d03fb9bdfc9115
In it, you will see three buttons. The second one will not work because div b is contained inside a div with position: relative, and will instead scroll to the top of the container div.
Hey, great package! Recently noticed an issue where zenscroll will not successfully scroll to any element contained in a
position: relativediv.Demo here:
http://requirebin.com/?gist=ae3708359c2ad71651d03fb9bdfc9115
In it, you will see three buttons. The second one will not work because div
bis contained inside a div withposition: relative, and will instead scroll to the top of the container div.