stbui / angular-material-app

基于最新Angular 11框架与Material 2技术的web中后台前端应用框架。
https://stbui.github.io/angular-material-app/index.html
MIT License
517 stars 175 forks source link

Scroll bar problem #20

Closed duard closed 6 years ago

duard commented 6 years ago

Hello, I'm from Brazil, thanks for this nice project using Angular Material 2

My problem is : when I run the project on resolution below to 1920-1080 then I get some blank space at bottom of the screen and it create another scroll bar. scroolbar problem

duard commented 6 years ago

scroolbar problem 2

stbui commented 6 years ago

Is it deleted?

mat-sidenav-container {
  height: 100%;
}

https://github.com/stbui/angular-material-app/blob/master/src/styles.scss#L37

duard commented 6 years ago

if I remove

mat-sidenav-container { height: 100%; }

1600x900 monitor

scroll