Closed intelligence closed 10 years ago
Line 89: var elems = slice.call(document.querySelectorAll(selector));
But why? This is my element:
@media(max-width:767px){ .row .about { position: sticky; } }
Can you post a full stack trace of where the error occurs? Even better would be a jsfiddle.
Closing so that #11 can be the main issue for this.
Line 89: var elems = slice.call(document.querySelectorAll(selector));
But why? This is my element:
@media(max-width:767px){ .row .about { position: sticky; } }