Conal-Birtles
Results
1
comments of
Conal-Birtles
I managed to resolve this issue by adding the following CSS : .sticky-element { transform: translate3d(0,0,0); } For what it's worth, I also tried : .sticky-element.scroll-to-fixed-fixed { transform: translate3d(0,0,0); }...