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

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