matthewp / position--sticky-

Polyfill for position: sticky;
175 stars 34 forks source link

An invalid or illegal string was specified #13

Closed intelligence closed 10 years ago

intelligence commented 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; } }

matthewp commented 10 years ago

Can you post a full stack trace of where the error occurs? Even better would be a jsfiddle.

matthewp commented 10 years ago

Closing so that #11 can be the main issue for this.