Skip to content

Commit

Permalink
fix(dialog): workarround fixed element position issue whith transform
Browse files Browse the repository at this point in the history
fix #238
  • Loading branch information
stasson committed Feb 2, 2018
1 parent 2dea85c commit c658ff9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/dialog/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
// TODO: MDCFIX
.mdc-dialog.mdc-dialog--open {
z-index: 5;
}
}


.mdc-dialog--open:not(.mdc-dialog--animating) .mdc-dialog__surface {
transform: none !important;
}

0 comments on commit c658ff9

Please sign in to comment.