fix: content trimmed in server input modal (#733)

This commit is contained in:
skipness
2023-05-31 08:41:21 +08:00
committed by GitHub
parent 8258317c38
commit 0239225796
+1 -1
View File
@@ -123,7 +123,7 @@ export const ModalsContainer = observer(function ModalsContainer() {
snapPoints={snapPoints}
index={store.shell.isModalActive ? 0 : -1}
enablePanDownToClose
keyboardBehavior="extend"
android_keyboardInputMode="adjustResize"
keyboardBlurBehavior="restore"
backdropComponent={
store.shell.isModalActive ? createCustomBackdrop(onClose) : undefined