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

Commit 65b05bf

Browse files
authored
fix(drawer): Adds z-index to temporary drawer (#212)
1 parent 8aa1c3d commit 65b05bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
pointer-events: none;
3333
box-sizing: border-box;
3434
contain: strict;
35+
z-index: 3;
3536

3637
/* Shaded background */
3738
&::before {

0 commit comments

Comments
 (0)