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 border radius visual overflow glitch
Browse files Browse the repository at this point in the history
Closes #1015.
  • Loading branch information
ajoslin committed Jan 8, 2015
1 parent b36282a commit 9b16220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ md-dialog {
max-height: 80%;
margin: auto;
position: relative;
overflow: hidden; // stop content from leaking out of dialog parent

box-shadow: $whiteframe-shadow-z5;

Expand Down

0 comments on commit 9b16220

Please sign in to comment.