buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

Using horizontal bars #62

Open 3DJakob opened 4 years ago

3DJakob commented 4 years ago

I can't seam to find a way to get this module to add horizontal bars instead of vertical ones. This feature would make it way more useful as the scrollbars on safari are hidden per default which means users easily miss horizontal scroll areas.

Doublefacy commented 4 years ago

I agree - I personally developing power bi custom visual that needs horizontal scrolling and not vertical. I implemented this scrollbar and it only applies vertical scrollbar, where in fact I rather hide overflow than display vertical scrollbar.

I really hope someone can add support for horizontal scrollbar

buzinas commented 3 years ago

This library was created for vertical scrolls only. Happy to accept PRs though.