What are the default styles that we need to style in order to fully customize the css of the scrollbar?
linecept opened this issue · 1 comments
linecept commented
What is the current behavior?
When the noDefaultStyles prop is passed the component is not rendered anymore. What do we need to do to work with the noDefaultStyles and what are the default styles that we need to style in order to fully customize the css of the scrollbar?
What is the expected behavior?
Passing in a scrollbar.css should make the styling of the scrollbar automatic. An example scrollbar.css should be provided
A little about versions:
- OS: macOS
- Browser (vendor and version): latest Chrome
- React: lastest react
react-scrollbars-custom
: latest- Did this worked in the previous package version? n/a
xobotyi commented
Component rendered and works, you just did not set dimensions for outmost container.
All required styles are set to elements automatically and not overridable. Others can be overrided.
Minimum viable styles are default ones.