Skip to content

Commit

Permalink
fix(drawer): Adds z-index to temporary drawer (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
amsheehan committed Jan 25, 2017
1 parent 8aa1c3d commit 65b05bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-drawer/temporary/mdc-temporary-drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
pointer-events: none;
box-sizing: border-box;
contain: strict;
z-index: 3;

/* Shaded background */
&::before {
Expand Down

0 comments on commit 65b05bf

Please sign in to comment.