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

Commit cbc8436

Browse files
touficbatachelynnmercier
authored andcommitted
fix(drawer): Temporary drawer is below toolbar (#925)
1 parent d0f6989 commit cbc8436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-drawer/temporary/mdc-temporary-drawer.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
pointer-events: none;
3535
box-sizing: border-box;
3636
contain: strict;
37-
z-index: 3;
37+
z-index: 5;
3838

3939
/* Shaded background */
4040
&::before {

0 commit comments

Comments
 (0)