matthewp / position--sticky-

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

Fails to update dimensions after browser resize #4

Open turadg opened 11 years ago

turadg commented 11 years ago

It works nicely when I scroll, setting position:fixed and hardcoding the width and height. However if I scroll to unstick and then resize the window, the inferred width and height change but those hardcoded values don't.