Skip to content

Commit

Permalink
fix(toolbar): Add z-index to fixed toolbars (#317)
Browse files Browse the repository at this point in the history
Fixes #315
  • Loading branch information
traviskaufman authored and [email protected] committed Feb 24, 2017
1 parent e2cdb94 commit 87368a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-toolbar/mdc-toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ $mdc-toolbar-mobile-breakpoint: 599px;
position: fixed;
top: 0;
left: 0;
z-index: 1;

@include mdc-elevation(4);
}
Expand Down

0 comments on commit 87368a8

Please sign in to comment.