File tree Expand file tree Collapse file tree
package/src/components/MessageList Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1088,7 +1088,11 @@ const MessageFlashListWithContext = (props: MessageFlashListPropsWithContext) =>
10881088 layout = { LinearTransition . duration ( 200 ) }
10891089 style = { [
10901090 styles . scrollToBottomButtonContainer ,
1091- { bottom : messageInputFloating ? messageInputHeight : primitives . spacingMd } ,
1091+ {
1092+ bottom : messageInputFloating
1093+ ? messageInputHeight + primitives . spacingMd
1094+ : primitives . spacingMd ,
1095+ } ,
10921096 ] }
10931097 >
10941098 < ScrollToBottomButton
Original file line number Diff line number Diff line change @@ -1312,7 +1312,11 @@ const MessageListWithContext = (props: MessageListPropsWithContext) => {
13121312 < Animated . View
13131313 layout = { LinearTransition . duration ( 200 ) }
13141314 style = { [
1315- { bottom : messageInputFloating ? messageInputHeight : primitives . spacingMd } ,
1315+ {
1316+ bottom : messageInputFloating
1317+ ? messageInputHeight + primitives . spacingMd
1318+ : primitives . spacingMd ,
1319+ } ,
13161320 styles . scrollToBottomButtonContainer ,
13171321 ] }
13181322 >
You can’t perform that action at this time.
0 commit comments