Parcourir la source

fix: modal keyboard avoiding view fix

master
Bettenbuk Zoltan il y a 5 ans
Parent
révision
551db30cc7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      react/features/base/modal/components/JitsiModal.js

+ 1
- 1
react/features/base/modal/components/JitsiModal.js Voir le fichier

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,

Chargement…
Annuler
Enregistrer