ftlabs/ftscroller

Autohide option

Opened this issue · 1 comments

Is is possible to add a autohide option on the scrollbar? Its not always obvious that the content can be scrolled in certain scenarios so always having the scroll bar visible would be a great help.

You can work around this for the time being by overriding the CSS, like here with doubled classname for increased specificity (ftscroller will add its stylesheet last so would probably override a single class selector):
.ftscroller_scrollbar.ftscroller_scrollbar { opacity: 0.5; }
0.5 is the default .active level, so you could always have it faded unless in use by using 0.15 or similar...