scroll-up-bar
scroll-up-bar copied to clipboard
Navbar not actually position:fixed if inside parent that is being transformed
Hey, love this plugin. Thought I'd save some headaches and mention that the navbar will be positioned fixed relative to it's parent if the parent has transform styles. So, instead of being fixed to the top of the viewport, it will be fixed to the top of the parent and may not even appear when scrolling up.
For instance:
More reading: http://stackoverflow.com/questions/15194313/webkit-css-transform3d-position-fixed-issue http://codepen.io/markdebeer/pen/qrBDm http://davidwalsh.name/translate3d