mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +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;
|
max-height: $alert-ios-content-max-height;
|
||||||
|
|
||||||
border-top: $alert-ios-list-border-top;
|
border-top: $alert-ios-list-border-top;
|
||||||
|
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-tappable {
|
.alert-tappable {
|
||||||
|
@ -53,7 +53,9 @@ ion-alert {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alert-message {
|
.alert-message {
|
||||||
overflow: auto;
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-input {
|
.alert-input {
|
||||||
|
Reference in New Issue
Block a user