Merge pull request #2389 from crazyserver/MOBILE-3443
MOBILE-3443 alert: Improve scroll management on alertsmain
commit
73c81fdd7a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue