cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
170 stars 29 forks source link

Narrower or hidden vertical scrollbar #68

Closed cxw42 closed 6 years ago

cxw42 commented 7 years ago

is it possible to make the scrollbar even narrower? (or just not show it at all while still keeping the page scrollable?)

What is your preference for a way of scrolling when the scrollbar is hidden? I tried an easy test: $('#tree-iframe html') overflow-y: hidden. Unfortunately, besides hiding the scrollbar, that disabled mouse-wheel and middle-click+move scrolling on my test system.

Requested by LateNightHacks via user review 2017/10/14.

Edit Looks like narrow should be fairly straightforward -- see here

ShervinM commented 6 years ago

hmmm, yeah, nope, mouse scroll is my everything :D seems TO uses a custom scrollbar? yep, something like Scrollbar-Generator looks like the right apprach