MOBILE-3443 alert: Improve scroll management on alerts

main
Pau Ferrer Ocaña 2020-06-04 12:24:24 +02:00
parent 4f9adba63e
commit 4fea1f6da1
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;
}