simple-scrollbar
simple-scrollbar copied to clipboard
Fix reliance on mouseenter on first render, add dynamic refresh on async content change
- Fixes a nasty issue where the scrollbar wouldn't appear on first render due to
display: nonegiving itclientWidthof 0, and requiring user tomouseenterthe container for the scrollbar to appear - possibly implements #45 by adding a mutation observer that triggers re-render