Browse Source

fix: modal keyboard avoiding view fix

master
Bettenbuk Zoltan 5 years ago
parent
commit
551db30cc7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/modal/components/JitsiModal.js

+ 1
- 1
react/features/base/modal/components/JitsiModal.js View File

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

Loading…
Cancel
Save