matthewp / position--sticky-

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

Issue with Media Queries #11

Closed davidturner closed 9 years ago

davidturner commented 10 years ago

I’ve been trying to get this to work with a project, but the element that I want to position: sticky; is contained inside of a media query.

It seems that, currently, when parsing the CSS it determines that the media query is the CSS selector that needs to be acted upon, rather than the actual CSS selector inside of it.

I’m not sure how best to go about resolving the issue, but thought I’d bring it up here so that smarter people than I can look into it.

matthewp commented 10 years ago

Thanks! This is probably related to #13