enhance(iOS): disable webview resize

This commit is contained in:
llcc
2022-04-29 11:19:44 +08:00
parent 6e6aa5819a
commit 9e568c8016
32 changed files with 191 additions and 207 deletions

View File

@@ -221,7 +221,9 @@ html.is-native-iphone-without-notch,
html.is-native-ipad {
#main-container {
padding-top: 0px;
padding-top: 0px;
display: flex;
flex-direction: column;
}
#main-content-container {