No matter what, the header menu will not stick to the top of the screen.
I have a suspicion it may be something to do with the surrounding html structure - it's quite complex due to a mobile menu (resize to activate)
position: fixed;
top: 0;
left: 0;
****link removed****
Any ideas? Thanks
This is because the transform creates a new local coordinate system - http://www.w3.org/TR/css3-2d-transforms/#transform-rendering
Here's a look here