Bohdan Malets
Results
2
issues of
Bohdan Malets
On Friends page, company logo image does not fit in the block 
There is closed [an issue](https://github.com/garand/sticky/issues/21) related to bad ID of sticky wrapper element: `id="undefined-sticky-wrapper"` Current [line](https://github.com/garand/sticky/blob/master/jquery.sticky.js#L161) from master branch defines wrapper ID: ``` var wrapperId = stickyId ? stickyId +...