Skip to content

Commit

Permalink
Improve docs for .paper-header
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed Mar 21, 2016
1 parent 9e264cc commit 6117e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper-scroll-header-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
`paper-scroll-header-panel` works well with `paper-toolbar` but can use any element
that represents a header by adding a `paper-header` class to it.
If the class `paper-header` is used, the header must be positioned relative or absolute.
```html
<paper-scroll-header-panel>
<div class="paper-header">Header</div>
Expand Down

0 comments on commit 6117e21

Please sign in to comment.