Closed jaichandra closed 7 years ago
When hcSticky() is applied to absolutely positioned elements, the layout breaks.
hcSticky()
Refer to below example: http://jsfiddle.net/kleptomac/ju5esLh8/
The sidebar on the right is pushed out of the window when hcSticky() is applied. Commenting out the JS renders the sidebar in the correct position.
Expected behavior: The default layout should not break when hcSticky() is applied to an element.
Obsolete. New major version available.
When
hcSticky()
is applied to absolutely positioned elements, the layout breaks.Refer to below example: http://jsfiddle.net/kleptomac/ju5esLh8/
The sidebar on the right is pushed out of the window when
hcSticky()
is applied. Commenting out the JS renders the sidebar in the correct position.Expected behavior: The default layout should not break when
hcSticky()
is applied to an element.