I am trying to create a very simple effect where the navigation sticks to the top of the page as you scroll down the page. All I should have to do is set \"position: fixed\" to
At the moment, Chrome cannot render position:fixed on elements under a transformation. Delete the (content-free)
-webkit-transform: translate3d(0, 0, 0);
and it will work.