-
Notifications
You must be signed in to change notification settings - Fork 440
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
[Bug] Horizontal scrollbar present in the sidebar #46
Comments
Hello @kroe761, Thank you for using our products and sorry for not accepting the PR but we checked the live preview (on different window sizes) and there is no scrollbar at the bottom of the sidebar. Cheers, |
I have the same problem with Chrome 85 and Firefox 80 on Linux. Disabling overflow removes the scrollbar. |
I resolved this issue by downloading the latest version of perfect-scrollbar on GitHub and referencing that version instead. https://github.com/mdbootstrap/perfect-scrollbar/blob/master/dist/perfect-scrollbar.min.js Pete |
Add the style |
Version
2.0.1
Reproduction link
https://demos.creative-tim.com/paper-dashboard/examples/dashboard.html
Operating System
MacOS
Device
Macbook Pro
Browser & Version
Chrome 83.0.4103.116
Steps to reproduce
What is expected?
Scrollbar should not be present
What is actually happening?
Scrollbar is present
Solution
Additional comments
I noticed there was an open PR from 2 years ago that claims to fix this issue - #16. I made the changes myself locally (paper-dashboard.css, starting at line 4124) and the issues seems the be resolved.
The text was updated successfully, but these errors were encountered: