somewebmedia / hc-sticky

JavaScript library that makes any element on your page visible while you scroll.
https://somewebmedia.github.io/hc-sticky/
MIT License
463 stars 115 forks source link

Please add Spacer class name #44

Closed vovkasolovev closed 6 years ago

vovkasolovev commented 6 years ago

Hi! I had to use the script in the <ul> sidebar on the last <li> element. For some reason, the created div Spacer does not copy the list-style-type attribute value from <li> and shown as a default list item with disk. Please add to the Spacer some class name, in order to be able fix directly any such special occasions.

Thank you! Great script!

somewebmedia commented 6 years ago

Sorry for the late response. Class name 'sticky-spacer' added in the newest version.