My sticky worked perfectly until it reached the column. The content inside the column overlaps the sticky component. I would love to know how to fix this. Thanks!
Try giving the sticky component a higher z-index, 999 to be sure for example.
The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order.