Skip to content

Commit

Permalink
feat(alert): allow smooth overflow scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Aug 4, 2016
1 parent 3c49365 commit 5542a93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/alert/alert.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 3 additions & 1 deletion src/components/alert/alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ ion-alert {
}

.alert-message {
overflow: auto;
overflow-y: scroll;

-webkit-overflow-scrolling: touch;
}

.alert-input {
Expand Down

0 comments on commit 5542a93

Please sign in to comment.