Might be related to #29 - but I have the following issue:
<Affix ... :offset="computedOffset">...
Where computedOffset changes based on different window sizes. The affixed positioning is off if the value changes. From what I can see it's caused by the 'topPadding' getting initialized once when the component is mounted but not updated if the offset changes.
Might be related to #29 - but I have the following issue:
<Affix ... :offset="computedOffset">...
Where computedOffset changes based on different window sizes. The affixed positioning is off if the value changes. From what I can see it's caused by the 'topPadding' getting initialized once when the component is mounted but not updated if the offset changes.