buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

ScrollView: scrollbars are visible even when thumb is hidden #1029

Closed FrancescoCioria closed 7 years ago

FrancescoCioria commented 7 years ago

description

scrollbars are visible even when thumb is hidden and if you hover one of them the :hover style is activated

how to reproduce

specs

This is due to the padding of the two scrollbars and the fact that, through pure CSS, we can select only thumbs when the scrollbar is hidden. We should use JS to add a class visible to each scrollbar if it's visible

misc

{optional: other useful info}