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

[Bug] Horizontal scrollbar present in the sidebar #46

Open
kroe761 opened this issue Jul 13, 2020 · 5 comments
Open

[Bug] Horizontal scrollbar present in the sidebar #46

kroe761 opened this issue Jul 13, 2020 · 5 comments

Comments

@kroe761
Copy link

kroe761 commented Jul 13, 2020

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

  1. Navigate to https://demos.creative-tim.com/paper-dashboard/examples/dashboard.html on a desktop browser
  2. See the scrollbar at the bottom of the sidebar
  3. See https://imgur.com/a/TLUymeT if unable 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.

@groovemen
Copy link
Contributor

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.
Please let us know exactly how we can reproduce this issue. Also please check the images below:

Screenshot 2020-07-13 at 16 53 15

Screenshot 2020-07-13 at 16 53 00

Cheers,
Stefan

@jhonnattan123
Copy link

jhonnattan123 commented Jul 23, 2020

image
image
in Microsoft Edge Versión 84.0.522.40 (Compilación oficial) (64 bits)
image
this solved when
image

@J4nsen
Copy link

J4nsen commented Sep 22, 2020

I have the same problem with Chrome 85 and Firefox 80 on Linux. Disabling overflow removes the scrollbar.

@slypete
Copy link

slypete commented Nov 26, 2020

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

@franky920920
Copy link

Add the style overflow-x: hidden; to class .sidebar-wrapper may help.

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

6 participants