matthewp / position--sticky-

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

Polyfill the bottom and right cases #15

Open dvorapa opened 10 years ago

dvorapa commented 10 years ago

Please polyfill the bottom and right positions. According to the actual version of the spec (http://dev.w3.org/csswg/css-position-3/#sticky-positioning), there should work all top,left,bottom and right css rules for positioning and each of them (unfortunately) behaves in its own way.

matthewp commented 10 years ago

Thanks @dvorapa! Unfortunately I don't have time at present to work on this project, but would be more than happy to take any pull requests (or add contributors who are able to work).

dvorapa commented 10 years ago

Thanks @matthewp for your reaction! Unfortunately I don't have any time to help.