fix(modal): added styling to ion-modal to remove ion-pane dependency

closes #321
This commit is contained in:
Brandy Carney
2015-10-20 10:47:56 -04:00
parent 9bcf8bfa3f
commit 009bee94b5

View File

@ -21,6 +21,9 @@ ion-modal {
width: 100%;
background-color: $modal-background-color;
display: flex;
flex-direction: column;
transform: translate3d(0px, 100%, 0px);
&.show-overlay {
transform: translate3d(0px, 0px, 0px);