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
The text was updated successfully, but these errors were encountered:
tilden
changed the title
Paper ripple fails to fill paper-toolbar with "tall" class
paper-ripple fails to fill paper-toolbar with "tall" class
May 31, 2016
Description
When a
paper-ripple
element is used inside apaper-toolbar
element with thetall
class, thepaper-ripple
effect only fills the toolbar's top area.Expected outcome
The ripple effect should encompass the entire area of the toolbar
Actual outcome
The ripple effect only fills the toolbar's top area, and not the rest of it
Live Demo
Note that only the top third of the toolbar shows the ripple effect:
https://jsbin.com/gukolecipi/edit?html,output
Steps to reproduce
paper-toolbar
element in the page.paper-ripple
element inside saidpaper-toolbar
Browsers Affected
Verified in
Workarounds
A similar issue was noted on StackOverflow here:
http://stackoverflow.com/questions/33182299/paper-ripple-fill-sibling-element-in-paper-toolbar
The suggested workaround, however, breaks scrolling for waterfall-style headers.
The text was updated successfully, but these errors were encountered: