mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fix: iOS10 scrolling issue in dashboard
This commit is contained in:
parent
895291c37c
commit
4469a2c25a
|
@ -3,7 +3,7 @@
|
|||
<mat-sidenav-container>
|
||||
|
||||
<!-- CENTER -->
|
||||
<div class="center" fxFlex fusePerfectScrollbar>
|
||||
<div class="center" fusePerfectScrollbar>
|
||||
|
||||
<!-- HEADER -->
|
||||
<div class="header mat-accent-bg p-24 pb-0" fxLayout="column" fxLayoutAlign="space-between">
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
mat-sidenav-container {
|
||||
|
||||
.mat-drawer-content,
|
||||
.mat-sidenav-content {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
||||
.center {
|
||||
|
||||
> .header {
|
||||
|
|
Loading…
Reference in New Issue
Block a user