File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,8 +363,8 @@ const MessageInputWithContext = (props: MessageInputPropsWithContext) => {
363363 style = { {
364364 paddingBottom :
365365 selectedPicker && ! isKeyboardVisible
366- ? attachmentPickerBottomSheetHeight - bottomInset + 16
367- : 16 ,
366+ ? attachmentPickerBottomSheetHeight - bottomInset
367+ : 0 ,
368368 } }
369369 />
370370 ) : null }
Original file line number Diff line number Diff line change @@ -1314,7 +1314,7 @@ const MessageListWithContext = (props: MessageListPropsWithContext) => {
13141314 style = { [
13151315 {
13161316 bottom : messageInputFloating
1317- ? messageInputHeight + primitives . spacingMd
1317+ ? messageInputHeight + primitives . spacingMd + 16
13181318 : primitives . spacingMd ,
13191319 } ,
13201320 styles . scrollToBottomButtonContainer ,
You can’t perform that action at this time.
0 commit comments