creativetimofficial / ct-paper-dashboard-pro-angular

8 stars 10 forks source link

Login and lock page have unneeded vertical scrollbar #28

Closed timdows closed 5 years ago

timdows commented 5 years ago

Login and lock page have unneeded vertical scrollbar Can be seen on the demo page as well: https://demos.creative-tim.com/paper-dashboard-pro-angular/pages/login

2019-01-17 13_18_27

Register page does not have this issue

chelaruc commented 5 years ago

Hi, @timdows. Thank you for using our product and we are sorry for the late response. All you have to do is to go in src/assets/scss/paper-dashboard/_sidebar-and-main-panel.scss file and delete the line 8: height: auto;. Let us know if it works.

All the best, Ciprian

timdows commented 5 years ago

Hi Ciprian, This works perfect for the login page.

I hoped it would also fix the other pages unneeded scrollbar E.g. on https://demos.creative-tim.com/paper-dashboard-pro-angular/components/sweet-alert

Let me know how to fix that unneeded scrollbar Thanks in advance!

timdows commented 5 years ago

@chelaruc Any thoughts?

chelaruc commented 5 years ago

@timdows sorry for the late response. Go in src/assets/scss/paper-dashboard/_sidebar-and-main-panel.scss file and replace the line 456 with:

    min-height: calc(100vh - 163px);
timdows commented 5 years ago

Works like a charm! Thanks