Skip to content

Commit

Permalink
fix(drawer): Modal --open state class needs display: flex (material-c…
Browse files Browse the repository at this point in the history
…omponents#3431)

(cherry picked from commit 533a46f)
  • Loading branch information
abhiomkar authored and williamernest committed Aug 31, 2018
1 parent 5689adb commit 7fe8a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-drawer/modal/mdc-drawer-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
position: fixed;

&.mdc-drawer--open {
display: block;
display: flex;
}
}

Expand Down

0 comments on commit 7fe8a97

Please sign in to comment.