fix: content trimmed in server input modal (#733)
This commit is contained in:
parent
8258317c38
commit
0239225796
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export const ModalsContainer = observer(function ModalsContainer() {
|
||||||
snapPoints={snapPoints}
|
snapPoints={snapPoints}
|
||||||
index={store.shell.isModalActive ? 0 : -1}
|
index={store.shell.isModalActive ? 0 : -1}
|
||||||
enablePanDownToClose
|
enablePanDownToClose
|
||||||
keyboardBehavior="extend"
|
android_keyboardInputMode="adjustResize"
|
||||||
keyboardBlurBehavior="restore"
|
keyboardBlurBehavior="restore"
|
||||||
backdropComponent={
|
backdropComponent={
|
||||||
store.shell.isModalActive ? createCustomBackdrop(onClose) : undefined
|
store.shell.isModalActive ? createCustomBackdrop(onClose) : undefined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue