From 009bee94b59aa70ca9c7bfe86b20964ffb859a2f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 20 Oct 2015 10:47:56 -0400 Subject: [PATCH] fix(modal): added styling to ion-modal to remove ion-pane dependency closes #321 --- ionic/components/modal/modal.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ionic/components/modal/modal.scss b/ionic/components/modal/modal.scss index ca375a28b6..1c2881e1c1 100644 --- a/ionic/components/modal/modal.scss +++ b/ionic/components/modal/modal.scss @@ -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);