simple-scrollbar icon indicating copy to clipboard operation
simple-scrollbar copied to clipboard

Fix reliance on mouseenter on first render, add dynamic refresh on async content change

Open runerune-sgt opened this issue 6 years ago • 0 comments

  • Fixes a nasty issue where the scrollbar wouldn't appear on first render due to display: none giving it clientWidth of 0, and requiring user to mouseenter the container for the scrollbar to appear
  • possibly implements #45 by adding a mutation observer that triggers re-render

runerune-sgt avatar Jun 06 '19 14:06 runerune-sgt