mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(modal): added styling to ion-modal to remove ion-pane dependency
closes #321
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user