tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

fix(app): Double scrollbar on page transition in long pages. fixes #400 #401

Closed GrzegorzStanczyk closed 5 years ago

GrzegorzStanczyk commented 5 years ago

What:

I changed overflow-y axis from auto to hidden. And also I changed overflow-x and -y to one overflow property. I checked if it works correctly in Chrome, IE and Edge.

Issue number: #400

tomastrajan commented 5 years ago

@GrzegorzStanczyk I tried it out and it seems to be working great, thank you very much!