Skip to content

Functions

Marie-Louise edited this page Aug 24, 2018 · 3 revisions

/sites/all/themes/corp_base/assets/js/site/modules/event-listeners/stickables/index.js

for (let i = 0; i < stickables.length; i++) {
    let stickable = stickables[i];
    // see if the element or its parent has native sticky positioning, if so, move on

Clone this wiki locally