-
-
Notifications
You must be signed in to change notification settings - Fork 537
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
drag scroll button #659
Comments
Hello! When reporting an issue, it's important to provide a reproducible demo along with its source code so that we can properly debug it. including just an image is kind of pointless as it does not show us the problem. @Grsmto I think you should close this issue unless more information is provided. |
I have same issue in nextjs-version13 and tailwind-css!
|
Have the same problem on 6.2.4 version. Here's pen with some example code, where this bug is reproducible (try to drag vertical scroll handle, horizontal - works OK): https://codepen.io/GSilidis/pen/RweWyNE. Reproduced on Chrome 111 and Firefox ESR 102.9 UPD: Found possible reason for that, created PR that should fix it |
The problem was solved for me too. |
I use core document and install simplebar with jquery
Mouse scroll works well
But when we drag the scroll button
It does the opposite
If we hold the button and move down, it moves up and vice versa
image of problem: https://pasteboard.co/ct90st4ZWJm2.png { Dragging the scroll button with the mouse moved it up, but the scroll button and content moved down }
The text was updated successfully, but these errors were encountered: