Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(dialog): fix dialog alignment in IE11
Browse files Browse the repository at this point in the history
Closes #790
  • Loading branch information
patrykkopycinski authored and rschmukler committed Jan 13, 2015
1 parent e4ed530 commit 240c03a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ md-dialog {
min-width: 240px;
max-width: 80%;
max-height: 80%;
margin: auto;
position: relative;
overflow: hidden; // stop content from leaking out of dialog parent

Expand Down

0 comments on commit 240c03a

Please sign in to comment.