Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(drawer): Temporary drawer is below toolbar (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
touficbatache authored and lynnmercier committed Jul 12, 2017
1 parent d0f6989 commit cbc8436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-drawer/temporary/mdc-temporary-drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
pointer-events: none;
box-sizing: border-box;
contain: strict;
z-index: 3;
z-index: 5;

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

0 comments on commit cbc8436

Please sign in to comment.