Merge pull request #2389 from crazyserver/MOBILE-3443

MOBILE-3443 alert: Improve scroll management on alerts
main
Juan Leyva 2020-06-08 12:43:14 +02:00 committed by GitHub
commit 73c81fdd7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -687,6 +687,16 @@ ion-app.app-root {
border: 0;
}
ion-alert .alert-message + div:not(.alert-button-group) {
overflow: auto;
alert-checkbox-group,
alert-radio-group,
alert-input-group {
overflow: visible;
max-height: none;
}
}
ion-toast.core-toast-success .toast-wrapper{
background: $green-dark;
}