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

Commit 533a46f

Browse files
authored
fix(drawer): Modal --open state class needs display: flex (#3431)
1 parent 13d8110 commit 533a46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-drawer/modal/mdc-drawer-modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
position: fixed;
3636

3737
&.mdc-drawer--open {
38-
display: block;
38+
display: flex;
3939
}
4040
}
4141

0 commit comments

Comments
 (0)