Skip to content

Commit

Permalink
feat(app): fixed header toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jan 29, 2018
1 parent 422a097 commit b3b1b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ mat-sidenav-container {
overflow-y: auto;

.toolbar {
position: fixed;
width: 100%;
z-index: 1;
flex: 0 0 auto;

Expand Down Expand Up @@ -50,6 +52,7 @@ mat-sidenav-container {
}

.content {
padding-top: 64px;
flex: 1 0 auto;
position: relative;
}
Expand Down

0 comments on commit b3b1b1c

Please sign in to comment.