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 position:fixed element inside a position:absolute element (which has a z-index) would not work like a position:fixed element would.
TEST PAGE: http://jsbin.com/uhuzoy/2/edit
FIX: add these rules to the position:fixed
element:
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With