Fix: iOS10 scrolling issue in dashboard

This commit is contained in:
Sercan Yemen 2017-10-23 10:51:28 +03:00
parent 895291c37c
commit 4469a2c25a
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<mat-sidenav-container> <mat-sidenav-container>
<!-- CENTER --> <!-- CENTER -->
<div class="center" fxFlex fusePerfectScrollbar> <div class="center" fusePerfectScrollbar>
<!-- HEADER --> <!-- HEADER -->
<div class="header mat-accent-bg p-24 pb-0" fxLayout="column" fxLayoutAlign="space-between"> <div class="header mat-accent-bg p-24 pb-0" fxLayout="column" fxLayoutAlign="space-between">

View File

@ -2,6 +2,11 @@
mat-sidenav-container { mat-sidenav-container {
.mat-drawer-content,
.mat-sidenav-content {
flex: 1 1 100%;
}
.center { .center {
> .header { > .header {