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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Similar to the issue raised at PolymerElements/iron-autogrow-textarea#60. Are there any plans to expose mixins or some other mechanism for customizing the scrollbar appearance (::-webkit-scrollbar, ::-webkit-scrollbar-thumb, etc.)? There is currently no way to reach these CSS properties on the iron-dropdown from the outside without breaking the shadow DOM encapsulation.
We have a specific color scheme that we apply for all scrollbars in our app, and the scrollbars in iron-dropdowns are unstyled and stand out.
Similar to the issue raised at PolymerElements/iron-autogrow-textarea#60. Are there any plans to expose mixins or some other mechanism for customizing the scrollbar appearance (
::-webkit-scrollbar,::-webkit-scrollbar-thumb, etc.)? There is currently no way to reach these CSS properties on the iron-dropdown from the outside without breaking the shadow DOM encapsulation.We have a specific color scheme that we apply for all scrollbars in our app, and the scrollbars in iron-dropdowns are unstyled and stand out.
Any suggestions?