Content
@
0 reply
0 recast
0 reaction
Justin Hunter
@polluterofminds
You have an element with fixed position, and yet when you scroll the page, the element scrolls along with it and doesn't remain...fixed? I've never run into this before and can't find any good posts on how to fix it. Anyone know?
2 replies
0 recast
1 reaction
pugson
@pugson
using any transforms on parents? they break the rendering stack of fixed elements
1 reply
0 recast
0 reaction
Steve
@sdv.eth
Without seeing the DOM tree, my first hunch is to check if any parent between the element and body has a position of relative. This is usually why fixed elements that attach to the view port are typically direct children or grandchildren of body.
1 reply
0 recast
0 reaction