mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
feat(alert): allow smooth overflow scrolling
This commit is contained in:
@ -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 {
|
||||
|
@ -53,7 +53,9 @@ ion-alert {
|
||||
}
|
||||
|
||||
.alert-message {
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.alert-input {
|
||||
|
Reference in New Issue
Block a user