You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the core-scroll-header-panel demo, the header background (bg9.jpg) and color (yellow) does not load. Upon randomly scrolling up and down, the header image/color appears at times. (hard to reproduce)
Any ideas?
The text was updated successfully, but these errors were encountered:
robdodson
added a commit
to robdodson/core-scroll-header-panel
that referenced
this issue
Jun 29, 2014
Because core-toolbar now has a default background (aa8b336327958382adcae3dcfc43a9cf27292ebc) it breaks `core-scroll-header-panel` because the background color was previously transparent (Polymer/polymer#576). This change forces the content inside of `#headerContent` (either `core-toolbar` or `.core-header`) to be transparent.
We gave core-toolbar a default background color (before it was transparent) so that is blocking out the background image. The quick fix is to set the CSS for core-toolbar to background: transparent on line 55.
In the core-scroll-header-panel demo, the header background (bg9.jpg) and color (yellow) does not load. Upon randomly scrolling up and down, the header image/color appears at times. (hard to reproduce)
Any ideas?
The text was updated successfully, but these errors were encountered: