diff --git a/package/src/components/Message/Message.tsx b/package/src/components/Message/Message.tsx
index c66ae34e8..7e9dcd714 100644
--- a/package/src/components/Message/Message.tsx
+++ b/package/src/components/Message/Message.tsx
@@ -842,8 +842,8 @@ const MessageWithContext = (props: MessagePropsWithContext) => {
/>
) : null}
{/*TODO: V9: Find a way to separate these in a dedicated file*/}
- {overlayActive && rect ? (
-
+
+ {overlayActive && rect ? (
{
const { width: w, height: h } = e.nativeEvent.layout;
@@ -861,16 +861,30 @@ const MessageWithContext = (props: MessagePropsWithContext) => {
handleReaction={ownCapabilities.sendReaction ? handleReaction : undefined}
/>
-
- ) : null}
+ ) : null}
+
- {overlayActive && rect ? (
-
+ {showMessageReactions ? (
+ setShowMessageReactions(false)}
+ visible={showMessageReactions}
+ height={424}
+ >
+
+
+ ) : null}
+
+ {overlayActive && rect ? (
{
const { width: w, height: h } = e.nativeEvent.layout;
@@ -888,22 +902,8 @@ const MessageWithContext = (props: MessagePropsWithContext) => {
messageActions={messageActions}
/>
-
- ) : null}
- {showMessageReactions ? (
- setShowMessageReactions(false)}
- visible={showMessageReactions}
- height={424}
- >
-
-
- ) : null}
+ ) : null}
+
{isBounceDialogOpen ? (
) : null}
diff --git a/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap b/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap
index 238d82c45..f2b9eb6f4 100644
--- a/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap
+++ b/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap
@@ -382,6 +382,7 @@ exports[`Thread should match thread snapshot 1`] = `
}
testID="message-wrapper"
>
+
+
@@ -735,6 +737,7 @@ exports[`Thread should match thread snapshot 1`] = `
}
testID="message-wrapper"
>
+
+
@@ -1113,6 +1117,7 @@ exports[`Thread should match thread snapshot 1`] = `
}
testID="message-wrapper"
>
+
+
@@ -1467,6 +1473,7 @@ exports[`Thread should match thread snapshot 1`] = `
}
testID="message-wrapper"
>
+
+