fix cdk scrollable sidenav (#3204)

This commit is contained in:
Eugenio Romano
2018-04-16 22:42:22 +01:00
committed by GitHub
parent 2aafecd752
commit c8cbc8d645
4 changed files with 14 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
<adf-sidenav-layout [sidenavMin]="70" [sidenavMax]="220" [stepOver]="780" [hideSidenav]="false" [expandedSidenav]="false">
<adf-sidenav-layout-header>
@@ -52,4 +51,4 @@
</ng-template>
</adf-sidenav-layout-content>
</adf-sidenav-layout>
</adf-sidenav-layout>

View File

@@ -19,8 +19,9 @@
}
.adf-app-layout-toolbar {
position: relative;
overflow: visible !important;
z-index: 200000;
position: relative;
overflow: visible !important;
}
.adf-app-layout {