Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to show scrollbar when mouse near the edge #19

Open
fastaddons opened this issue Jun 26, 2020 · 2 comments
Open

Add option to show scrollbar when mouse near the edge #19

fastaddons opened this issue Jun 26, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@fastaddons
Copy link
Collaborator

This is similar to mobile devices where scrollbar is hidden and is visible only while scrolling.
Here it would be hidden unless user places cursor near the edge (where scrollbar should be).

However this may be a challenge here as un-hiding scrollbar can change page layout.

@jusore
Copy link

jusore commented Jun 1, 2021

What if instead of hiding the scroll bar it just became transparent, that way it would be easier to implement.

This other add-on shows the possibility of using transparency, so I imagine it will be viable.

And this other add-on already has the function of detecting the mouse when it lands on the scroll bar.

@fastaddons
Copy link
Collaborator Author

Great idea with the transparency!
But I'm not so sure about detecting the mouse over the scrollbar, but I should be able to detect it near it.
Anyway, I'm bit busy these days/weeks. It may take a while for me to get to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant