Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve docs for .paper-header
Browse files Browse the repository at this point in the history
Emmanuel Garcia committed Mar 21, 2016
1 parent 6117e21 commit 751a99e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion paper-scroll-header-panel.html
Original file line number Diff line number Diff line change
@@ -49,7 +49,13 @@
`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.
Note: If the class `paper-header` is used, the header must be positioned relative or absolute. e.g.
```css
.paper-header {
position: relative;
}
```
```html
<paper-scroll-header-panel>

0 comments on commit 751a99e

Please sign in to comment.