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

Commit

Permalink
fix(drawer): Modal --open state class needs display: flex (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored Aug 29, 2018
1 parent 13d8110 commit 533a46f
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 533a46f

Please sign in to comment.