matthewp / position--sticky-

Polyfill for position: sticky;

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Media Queries

davidturner opened this issue · comments

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.

Thanks! This is probably related to #13