i think sticky only works if all parent elements are not position: relative; but position: static.
you could search through the elements using "right click" → "inspect element" and see if any parent element has position: relative and change its position property to static
good luck