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

Ugly scrollbar at the sidebar #17

Open
AndreasHohnholt opened this issue Mar 20, 2018 · 9 comments
Open

Ugly scrollbar at the sidebar #17

AndreasHohnholt opened this issue Mar 20, 2018 · 9 comments

Comments

@AndreasHohnholt
Copy link

at the right side of the sidebar is a ugly scrollbar, so that there is a big gap between the sidebar and the navbar. the non angular version has not this issue.

Angular version: https://lbd-pro-angular2.creative-tim.com/dashboard
Non Angular vesion: https://demos.creative-tim.com/light-bootstrap-dashboard-pro/examples/dashboard.html

@chelaruc
Copy link
Contributor

@AndreasHohnholt Can you tell me what OS do you use and what browser?

@AndreasHohnholt
Copy link
Author

The problem occur in all major browser:

  • Google Chrome Version 64.0.3282.186

  • Microsoft Edge 40.15063.674.0

  • Firefox 53.0.2 (32-Bit) / 56.0 (32-Bit)
    OS: Windows 10 Pro 64 Bit

  • Safari 11.0.3 on MacOS

Screenshot

@gusjabar
Copy link

I have the same problem, I guess it's something related with the library perfect-scrollbar.js.

@AndreasHohnholt
Copy link
Author

on my samsung galaxy tab s3 the error does not occur, no matter which browser is used. if i emulate an "ipad pro" in the chrome browser the error does not occur either.

@chelaruc
Copy link
Contributor

Hi @AndreasHohnholt! Can you delete the line 20 from src/index.html and in src/assets/sass/lbd/_sidebar-and-main-panel.scss delete line 12: overflow-y: scroll;

Tell me if this worked.

@AndreasHohnholt
Copy link
Author

AndreasHohnholt commented Mar 27, 2018

@chelaruc Yes this fix the problem but there is now a small unattractive corner at the end of the sidebar https://ibb.co/ksYjs7

@chelaruc
Copy link
Contributor

@AndreasHohnholt in src/assets/sass/lbd/_sidebar-and-main-panel.scss, on class .sidebar-wrapper you need to change the height from height: calc(100% - 75px); to height: calc(100% - 64px);

@AndreasHohnholt
Copy link
Author

Will this issue fixed in the next release of light-bootstrap-dashboard-pro-angular?

@chelaruc
Copy link
Contributor

@AndreasHohnholt yes, we will fix this in next update. I'll reopen this issue and close when the update will be released.

@chelaruc chelaruc reopened this Mar 29, 2018
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