We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c49365 commit 5542a93Copy full SHA for 5542a93
src/components/alert/alert.ios.scss
@@ -171,6 +171,9 @@ $alert-ios-checkbox-icon-transform: rotate(45deg) !default;
171
max-height: $alert-ios-content-max-height;
172
173
border-top: $alert-ios-list-border-top;
174
+
175
+ -webkit-overflow-scrolling: touch;
176
177
}
178
179
.alert-tappable {
src/components/alert/alert.scss
@@ -53,7 +53,9 @@ ion-alert {
53
54
55
.alert-message {
56
- overflow: auto;
+ overflow-y: scroll;
57
58
59
60
61
.alert-input {
0 commit comments