Results 25 comments of Steven Achord

@RyanMillerMath The example I provided is quite old, so forgive any jankiness. You are correct, the fixed element removes it from the document flow. We could get the correct width...

@RyanMillerMath This is my first week, so I would like some guidance on how the team would normally go about an fixing an issue like this. For example, I could...

There are a couple of common challenges with sticky elements that you are probably aware of. 1. Removing the element from flow makes its width not relative to its parent....

@RyanMillerMath Good catch. I've updated the CodePen and removed the left css attribute and the `currentX` var. I've tested this in Chrome, FF, and Edge.