mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
fix cdk scrollable sidenav (#3204)
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
<ng-content sidenav select="[app-layout-navigation]"></ng-content>
|
||||
</mat-sidenav>
|
||||
|
||||
<mat-sidenav-content [@contentAnimation]="contentAnimationState">
|
||||
<ng-content select="[app-layout-content]"></ng-content>
|
||||
</mat-sidenav-content>
|
||||
<div>
|
||||
<div [@contentAnimation]="contentAnimationState" style="margin-left: 0 !important">
|
||||
<ng-content select="[app-layout-content]"></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
</mat-sidenav-container>
|
||||
|
Reference in New Issue
Block a user