Explorar el Código

fix: modal keyboard avoiding view fix

efficient_tiling
Bettenbuk Zoltan hace 5 años
padre
commit
551db30cc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      react/features/base/modal/components/JitsiModal.js

+ 1
- 1
react/features/base/modal/components/JitsiModal.js Ver fichero

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…
Cancelar
Guardar