Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Would SimpleScrollbar also support to not show a scrollbar at all (but retain the functionality when using the mousewheel), and instead display two buttons (to go up/down one element and/or page), like Sly can? I would prefer to use yours, as I really like that it does not depend on jQuery.
    – domsson
    Commented Jun 25, 2017 at 13:49
  • You can do that by overwriting its CSS, e.g: .ss-container:hover .ss-scroll { opacity: 0; }.
    – Buzinas
    Commented Jun 26, 2017 at 14:56
  • You can also hide the native scroll bars by setting CSS scrollbar-width:none; on the scrollable container. With that solution at least for scrollbar-less containers you don't need a whole extra library. But I still think SimpleScrollbar is a nice thing and I'll try it out myself for my online OS simulation.
    – Lampe2020
    Commented Oct 13, 2023 at 9:15