MOBILE-3068 ios: Style action sheets

main
Pau Ferrer Ocaña 2019-08-23 16:07:25 +02:00
parent 4053d5bea4
commit f8240f5a45
2 changed files with 9 additions and 9 deletions

View File

@ -70,6 +70,15 @@ ion-app.app-root.md {
padding-top: 0; padding-top: 0;
margin-top: $action-sheet-md-title-padding-top; margin-top: $action-sheet-md-title-padding-top;
} }
@media (min-height: 500px) {
.action-sheet-wrapper {
bottom: 0;
top: initial;
max-height: 50%;
height: 100%;
}
}
} }
} }

View File

@ -609,15 +609,6 @@ ion-app.app-root {
} }
} }
@media (min-height: 500px) {
.action-sheet-wrapper {
bottom: 0;
top: initial;
max-height: 50%;
height: 100%;
}
}
.alert-message { .alert-message {
overflow-y: auto; overflow-y: auto;
} }