[![Build Status](https://travis-ci.org/PolymerElements/paper-scroll-header-panel.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-scroll-header-panel) _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-scroll-header-panel)_ ##<paper-scroll-header-panel> Material design: [Scrolling techniques](https://www.google.com/design/spec/patterns/scrolling-techniques.html) `paper-scroll-header-panel` contains a header section and a content section. The header is initially on the top part of the view but it scrolls away with the rest of the scrollable content. Upon scrolling slightly up at any point, the header scrolls back into view. This saves screen space and allows users to access important controls by easily moving them back to the view. __Important:__ The `paper-scroll-header-panel` will not display if its parent does not have a height. Using [layout classes](https://www.polymer-project.org/1.0/docs/migration.html#layout-attributes) or custom properties, you can easily make the `paper-scroll-header-panel` fill the screen ```html