MOBILE-3068 ios: Style action sheets
parent
4053d5bea4
commit
f8240f5a45
|
@ -70,6 +70,15 @@ ion-app.app-root.md {
|
|||
padding-top: 0;
|
||||
margin-top: $action-sheet-md-title-padding-top;
|
||||
}
|
||||
|
||||
@media (min-height: 500px) {
|
||||
.action-sheet-wrapper {
|
||||
bottom: 0;
|
||||
top: initial;
|
||||
max-height: 50%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue