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

fix autoshow functionality whilst dragging thumb of a scrollbar #23

Closed

Conversation

bkakadiya42
Copy link

this fix will make sure that in autoshow mode, it'll keep showing scrollbar if user moves cursor out of scrollview area horizontally whilst dragging thumb vertically.

… view area whilst dragging thumb vertically
@noeldelgado
Copy link
Owner

Thanks for the pull request @kakadiya91. I took a look to make sure it's ready for merging and found some changes are needed:

.gm-scrollbar-container.gm-autoshow:hover .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:active .gm-scrollbar {
.gm-scrollbar-container.gm-autoshow:focus .gm-scrollbar {

Should be:

.gm-scrollbar-container.gm-autoshow:hover .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:active .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:focus .gm-scrollbar {

Can you please update the pull request to address these?

@noeldelgado
Copy link
Owner

Thank you @kakadiya91, added in v1.4.1.

@noeldelgado noeldelgado closed this Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants