ソースを参照

fix: modal keyboard avoiding view fix

efficient_tiling
Bettenbuk Zoltan 5年前
コミット
551db30cc7
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      react/features/base/modal/components/JitsiModal.js

+ 1
- 1
react/features/base/modal/components/JitsiModal.js ファイルの表示

@@ -107,7 +107,7 @@ class JitsiModal extends PureComponent<Props> {
107 107
                 position = { position }
108 108
                 show = { _show }>
109 109
                 <KeyboardAvoidingView
110
-                    behavior = 'padding'
110
+                    behavior = 'height'
111 111
                     style = { [
112 112
                         _headerStyles.page,
113 113
                         _styles.page,

読み込み中…
キャンセル
保存