feat(alert): allow smooth overflow scrolling

This commit is contained in:
mhartington
2016-08-04 15:24:49 -04:00
parent 3c493652b2
commit 5542a931f3
2 changed files with 6 additions and 1 deletions

View File

@ -171,6 +171,9 @@ $alert-ios-checkbox-icon-transform: rotate(45deg) !default;
max-height: $alert-ios-content-max-height;
border-top: $alert-ios-list-border-top;
-webkit-overflow-scrolling: touch;
}
.alert-tappable {

View File

@ -53,7 +53,9 @@ ion-alert {
}
.alert-message {
overflow: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.alert-input {