You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi!
for some reasons we must use transform: translateX(xx); on some wrapper element in our project, so degradation to position: fixed;doesn't work.
Can you make option to move sticky-wrap element to body?
The text was updated successfully, but these errors were encountered:
@rifler thera is an option:
wrapFixedSticky. default is true.
if you set it to false at least the sticky element does not get wrapped inside the placeholder.
making the placeholders position configurable inside the DOM is not a good idea because it should placehold the height (and with) of the element that should be sticky and has to be placed exactly where the actual element is inside the dom
hi!
for some reasons we must use
transform: translateX(xx);
on some wrapper element in our project, so degradation toposition: fixed;
doesn't work.Can you make option to move
sticky-wrap
element to body?The text was updated successfully, but these errors were encountered: