File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
z-index : 2 ;
9
9
}
10
10
11
- .main-sidenav {
11
+ .main-accordion-sidebar {
12
12
position : relative;
13
13
z-index : 1 ;
14
14
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h1 flex>Angular Material Sidemenu</h1>
29
29
</ md-toolbar >
30
30
31
31
< div class ="main-container " layout ="row " flex >
32
- < md-sidenav class ="main-sidenav md-sidenav -left " md-component-id ="navigation-drawer " md-is-locked-open ="true " layout ="column ">
32
+ < md-accordion-sidebar class ="main-accordion-sidebar md-accordion-sidebar -left " md-component-id ="navigation-drawer " md-is-locked-open ="true " layout ="column ">
33
33
< md-content md-scroll-y flex layout ="column ">
34
34
< md-accordion locked ="true ">
35
35
< md-accordion-group >
@@ -71,7 +71,7 @@ <h1 flex>Angular Material Sidemenu</h1>
71
71
</ md-accordion-group >
72
72
</ md-accordion >
73
73
</ md-content >
74
- </ md-sidenav >
74
+ </ md-accordion-sidebar >
75
75
76
76
< md-content class ="main-content " md-scroll-y layout ="column " flex >
77
77
You can’t perform that action at this time.
0 commit comments