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
Is their any element in polymer that is used for custom scroll bar styles for all browsers(changing default scroll and add my own scroll bar).
or
How can i do this?
I am using to change the scroll bar of paper-header-panel
Any help is appreciate,
Thank you,
Babji
The text was updated successfully, but these errors were encountered:
Not exactly, but you can take a look at this post https://css-tricks.com/custom-scrollbars-in-webkit/. You can definitely use these pseudo elements in combination with paper-header-panel or paper-scroll-header-panel.
@blasten there is no mixin to target this specifically, and you cannot break encapsulation (apart from the /deep/ usage that will be deprecated). Same issue for iron-autogrow-textarea #60
Hai,
Is their any element in polymer that is used for custom scroll bar styles for all browsers(changing default scroll and add my own scroll bar).
or
How can i do this?
I am using to change the scroll bar of paper-header-panel
Any help is appreciate,
Thank you,
Babji
The text was updated successfully, but these errors were encountered: