PolymerElements / paper-scroll-header-panel

Fancy scrolling effects where the header animates between tall and condensed states
24 stars 29 forks source link

Typo in demo/drawer-panel.html #72

Closed femiadeyemi closed 8 years ago

femiadeyemi commented 8 years ago

There is a typo in line 39 of paper-scroll-header-panel/demo/drawer-panel.html. Inside the custom css, one of the semi-colons needs to be removed, that is: background-color: var(--paper-grey-200, #eee);; should be change to background-color: var(--paper-grey-200, #eee);.