abouolia/sticky-sidebar

Getting a StickySidebar is not defined error

aboutdereham opened this issue · 2 comments

I used the example html, css and js code but I can't get the sticky sidebar to stick!

Have a look to https://audio-gear-dev.org/companys7/

Chrome states the errors:

sticky-error

Any idea what might be wrong?
Thanks
Robert

I had this issue because I was grabbing the .js file from src folder. That is the pre-compile source code. Grab the same file from dist folder and it should be the distribution file

I had this issue because I was grabbing the .js file from src folder. That is the pre-compile source code. Grab the same file from dist folder and it should be the distribution file

That work for me, thank you.