fix(iOS): search ac window jump

This commit is contained in:
leizhe
2022-01-12 21:28:46 +08:00
committed by Tienson Qin
parent 602c9d7ba3
commit d254b3acbe
2 changed files with 10 additions and 9 deletions

View File

@@ -138,16 +138,21 @@
}
}
html.is-native-ios,
html.is-native-android {
.ui__modal {
&-panel {
min-height: 420px;
}
}
}
html.is-native-andorid,
html.is-native-iphone,
html.is-native-iphone-without-notch
{
.ui__modal {
top: 10vh;
}
.references .foldable-title {
margin-left: 4px
margin-left: 0px
}
.cards-review .block-control {