I\'ve spent 2 hours on this crazy bug on one of my websites which has huge amount of content, until I figured what was causing the issue; On Chrome it appears that p
FIX: add these rules to the position:fixed element:
position:fixed
-webkit-backface-visibility: hidden; -webkit-transform: translateZ(0);