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
As of now, this element returns the offsetWidth, but in cases like in iron-list/app-header (issue PolymerElements/iron-list#241), the intention is to use the clientWidth to properly lay out the items.
Expose the scroll target's clientWidth/clientHeight
Rename and make _scrollTop public. (folks typically read/set this value from outside)
As of now, this element returns the
offsetWidth, but in cases like in iron-list/app-header (issue PolymerElements/iron-list#241), the intention is to use the clientWidth to properly lay out the items._scrollToppublic. (folks typically read/set this value from outside)