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

"simplebar": "^3.0.0-beta.1" bottom scrollbar does not work #179

Closed
jpfernandezl opened this issue Jul 18, 2018 · 2 comments
Closed

"simplebar": "^3.0.0-beta.1" bottom scrollbar does not work #179

jpfernandezl opened this issue Jul 18, 2018 · 2 comments

Comments

@jpfernandezl
Copy link

When installed via npm, the bottom scrollbar does not work.
"simplebar": "^3.0.0-beta.1"

@yaymukund
Copy link

I made a bit of progress debugging this, but couldn't get it quite working. At the very least, onMouseDown() needs to check for the click on the horizontal scrollbar here. In addition, I had to change the code to compare against getBoundingClientRect's top|bottom|left|right rather than what you're doing now. After that, I found it would scroll but the scrollbar would move past the edge of the screen (so: I guess either a problem with the width or the position or both).

I reset the code by accident, so I can't give any more info but I hope that's helpful :)

@Grsmto
Copy link
Owner

Grsmto commented Aug 1, 2018

Thanks for the report guys, I'll take a look at this as priority. Should be easy enough to fix.

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

No branches or pull requests

3 participants