Skip to content

Commit

Permalink
fix: nav side bar fixedInViewport
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassim CHEGHAM committed Apr 26, 2018
1 parent 7770647 commit 9203e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span class="header__logo ngxtools-palette-primary-text"></span>
</mat-toolbar>
<mat-sidenav-container>
<mat-sidenav #snav mode="side" class="ngxtools-palette-accent ngxtools-palette-primary-border">
<mat-sidenav #snav fixedInViewport="true" mode="over" class="ngxtools-palette-accent ngxtools-palette-primary-border">
<mat-nav-list>
<mat-accordion>
<mat-expansion-panel class="ngxtools-palette-accent ngxtools-palette-primary-border">
Expand Down

0 comments on commit 9203e86

Please sign in to comment.