-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Incorrect dragger height #364
Comments
You can remove it if you want. There's also another way you could do it (I haven't tested it but it should work), without editing the script. You could remove the dragger css max-height value on
|
That will not work since height is calculated bigger then .mCB_draggerContainer. I created pull request that fixes bigger height problem and also my initial problem. |
I have same problem with width. How can I fix it? |
I have set alwaysShowScrollbar to 2. When there is no enough content I expect to see mCSB_dragger in full height, but currently there is extra 10px space.
In _setDraggerLength (line 952) max-height is set to parent height - 10. Removing '-10' fixes problem... Why '-10' was added and can it be safely removed?
The text was updated successfully, but these errors were encountered: